wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

HTML Tags

Total questions: 26

Worksheet time: 14mins

Name
Class
Date
1.

The opening paragraph tag is...

a)

</p>

b)

:p

c)

p:

d)

<p>

2.

Choose the correct answer.

a)

<!DOCTYPE html>

b)

<html>

c)

<body>

d)

All of the above

3.

The HTML document itself begins with .......... and ends with ........... Fill in the blanks.

a)

<html></html>

b)

<head></head>

c)

<title></title>

d)

<body></body>

4.

What belongs at the beginning and end of every HTML tag?

a)

< >

b)

//

c)

( )

d)

^^

5.

Which of the following tags is the last tag in an HTML document?

a)

<end>

b)

</body>

c)

</footer>

d)

</html>

6.

This tag is used for a heading at the smallest size.

a)

<h6>

b)

<h2>

c)

<h4>

d)

<h1>

7.

Which of the following is not a heading tag?

a)

<h2o>

b)

<h1>

c)

<h2>

d)

<h4>

8.

Match the correct end tag for the following start tag:

<body>

a)

</body>

b)

<\body>

c)

</BODY>

d)

<body/>

9.

Match the correct end tag for the given start tag:

<h6>

a)

</h6>

b)

<h6/>

c)

<h/6>

d)

</h6/>

10.

This tag is used for an item in a list.

a)

<li>

b)

<el>

c)

<ol>

d)

<ul>

11.

Which tag is used to create an ordered list?

a)

<ol>

b)

<li>

c)

<ul>

d)

<ord>

12.

Which tag represents an unordered list?

a)

<ol>

b)

<li>

c)

<ul>

d)

<un>

13.

HTML uses _____ to organize information.

a)

Tabs

b)

Tags

c)

Labels

d)

Quotes

14.

Which tags start and end an unordered list?

a)

<p> </p>

b)

<ol> </ol>

c)

<ul> </ul>

d)

<h1> </h1>

15.

Which tag is used to start and end an ordered list?

a)

<p> </p>

b)

<ol> </ol>

c)

<ul> </ul>

d)

<h1> </h1>

16.

What is the largest heading tag?

a)

<p> </p>

b)

<h6> </h6>

c)

<ul> </ul>

d)

<h1> </h1>

17.

What is the smallest heading tag?

a)

<p> </p>

b)

<h6> </h6>

c)

<ul> </ul>

d)

<h1> </h1>

18.

Create a bulleted list (Unordered List)

a)

<ul>

<li>

<li>

</ul>

b)

<ol>

<li>

<li>

</ol>

c)

<li>

</li>

d)

<p>

<li>

<li>

</p>

19.

Where do we always type all of our tags?

a)

between the head tags

b)

between the body tags

c)

wherever you want

d)

between the paragraph tags

20.

Which list has headings listed from smallest to largest font size?

a)

<h1>

<h2>

<h3>

<h4>

<h5>

<h6>

b)

<h6>

<h5>

<h4>

<h3>

<h2>

<h1>

c)

<h6>

<h5>

<h4>

<h3>

<h1>

<h2>

d)

<h6>

<h4>

<h5>

<h3>

<h1>

<h2>

21.

Which list has headings listed from largest to small font size?

a)

<h1>

<h2>

<h3>

<h4>

<h5>

<h6>

b)

<h6>

<h5>

<h4>

<h3>

<h2>

<h1>

c)

<h6>

<h5>

<h4>

<h3>

<h1>

<h2>

d)

<h6>

<h4>

<h5>

<h3>

<h1>

<h2>

22.
A properly coded HTML tag will always be found between which two symbols?
a)
( )
b)
{ }
c)
[ ]
d)
< >
23.
HTML stands for...
a)
Hyper Text Markup Language
b)
High Tech Marking Language
c)
High Tech Modem Language
d)
Hyper Tech Markup Lexicon
24.
Which is the correct way of defining an HTML5 document?
a)
<!DOCTYPE html>
b)
<!DOCTYPE HTML5>
c)
<!DOCTYPE html "PUBLIC">
d)
<DOCTYPE html>
25.

Which tag would you replace <ol> with to change it to a Bulleted List?

a)

</ol>

b)

<ul>

c)

<bl>

d)

<h1>

26.

Which tag would you replace <ol> with to change it into an Unordered List?

a)

</ol>

b)

<ul>

c)

<p>

d)

<h1>