NEW
Font size
WorksheetsHTML Tags
Total questions: 26
Worksheet time: 14mins
The opening paragraph tag is...
</p>
:p
p:
<p>
Choose the correct answer.
<!DOCTYPE html>
<html>
<body>
All of the above
The HTML document itself begins with .......... and ends with ........... Fill in the blanks.
<html></html>
<head></head>
<title></title>
<body></body>
What belongs at the beginning and end of every HTML tag?
< >
//
( )
^^
Which of the following tags is the last tag in an HTML document?
<end>
</body>
</footer>
</html>
This tag is used for a heading at the smallest size.
<h6>
<h2>
<h4>
<h1>
Which of the following is not a heading tag?
<h2o>
<h1>
<h2>
<h4>
Match the correct end tag for the following start tag:
<body>
</body>
<\body>
</BODY>
<body/>
Match the correct end tag for the given start tag:
<h6>
</h6>
<h6/>
<h/6>
</h6/>
This tag is used for an item in a list.
<li>
<el>
<ol>
<ul>
Which tag is used to create an ordered list?
<ol>
<li>
<ul>
<ord>
Which tag represents an unordered list?
<ol>
<li>
<ul>
<un>
HTML uses _____ to organize information.
Tabs
Tags
Labels
Quotes
Which tags start and end an unordered list?
<p> </p>
<ol> </ol>
<ul> </ul>
<h1> </h1>
Which tag is used to start and end an ordered list?
<p> </p>
<ol> </ol>
<ul> </ul>
<h1> </h1>
What is the largest heading tag?
<p> </p>
<h6> </h6>
<ul> </ul>
<h1> </h1>
What is the smallest heading tag?
<p> </p>
<h6> </h6>
<ul> </ul>
<h1> </h1>
Create a bulleted list (Unordered List)
<ul>
<li>
<li>
</ul>
<ol>
<li>
<li>
</ol>
<li>
</li>
<p>
<li>
<li>
</p>
Where do we always type all of our tags?
between the head tags
between the body tags
wherever you want
between the paragraph tags
Which list has headings listed from smallest to largest font size?
<h1>
<h2>
<h3>
<h4>
<h5>
<h6>
<h6>
<h5>
<h4>
<h3>
<h2>
<h1>
<h6>
<h5>
<h4>
<h3>
<h1>
<h2>
<h6>
<h4>
<h5>
<h3>
<h1>
<h2>
Which list has headings listed from largest to small font size?
<h1>
<h2>
<h3>
<h4>
<h5>
<h6>
<h6>
<h5>
<h4>
<h3>
<h2>
<h1>
<h6>
<h5>
<h4>
<h3>
<h1>
<h2>
<h6>
<h4>
<h5>
<h3>
<h1>
<h2>
Which tag would you replace <ol> with to change it to a Bulleted List?
</ol>
<ul>
<bl>
<h1>
Which tag would you replace <ol> with to change it into an Unordered List?
</ol>
<ul>
<p>
<h1>
