wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

HTML

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

What does a opening tag look like?

a)

< >

b)

</ >

c)

<< >>

d)

<

2.

What does a closing tag look like?

a)

< >

b)

<\ >

c)

</ >

d)

<< >>

3.

What should a HTML web page start with?

a)

<b>

b)

<li>

c)

<html>

d)

<start>

4.

What should a HTML web page end with?

a)

</html>

b)

<head>

c)

</end>

d)

</body>

5.

What does this tag stand for? <b>

a)

bright

b)

big

c)

beautiful

d)

bold

6.

Which tag would you use for an ordered list?

a)

<ol>

b)

<ul>

c)

<li>

d)

None of the above

7.

Which tag would you use for List Items?

a)

<ul>

b)

<ol>

c)

<li>

d)

<p>

8.

What is the difference between <h1> and <h2>?

a)

<h1> is larger in size than <h2>

b)

<h2> is larger in size than <h1>

c)

both are the same size but different headings

d)

none of the above

9.

Which tag would you use to insert a image?

a)

<marquee>

b)

< a href>

c)

<br>

d)

<img src>

10.

Which tag does not need a closing tag?

a)

<a href>

b)

<head>

c)

<body>

d)

<img src>