WorksheetsCode.Org HTML Tags Quiz
Total questions: 16
Worksheet time: 8mins
What does this code do? <p>
Period
Paragraph
Parenthesis
Font
How do you properly close a code?
< / >
< \ >
Which heading is the smallest?
h3
h2
h1
h4
Which creates a numbered list?
<li>
<ol>
<nl>
<bl>
What does this code mean?
Headers
Hot dogs
Heading
Which creates a numbered list?
<li>
<ol>
<nl>
<bl>
Which creates a bulleted list?
<ol>
<li>
<ul>
<bl>
A note in the source code of a computer program that helps explain the code to people who read it:
Whitespace
HTML Tag
CSS
Comment
HTML stands for:
HyperText Markup Language
HyperTurbo Machine Language
HappyTime Makeup Lounge
HyperTraining Making Language
The parts of HTML source code that mark the start and end of various elements on the page, and which consist of a command between angle brackets (< > ), are called tags.
True
False
The tag pair <h2> </h2> creates content larger than that created by the tag pair <h5> </h5>.
True
False
The largest size heading tag - often used to create the main heading of a web page - is ____ .
<h1> </h1>
<h2> </h2>
<h5> </h5>
<h6> </h6>
</h1> is:
Opening Heading Tag
Half of a Tag
Headline Tag
Closing Heading Tag
Which line contains the error?
2
5
7
10
Which is the name of the tool you may use to help you highlight unfamiliar code?
Explore HTML
Do This
Inspector Tool
Which line of code has a "bug"?
1
3
5
6
