wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

HTML Quiz 1 Review

Total questions: 11

Worksheet time: 22mins

Name
Class
Date
1.

Choose the correct HTML element for the largest heading:

a)

<h6>

b)

<head>

c)

<h1>

d)

<heading>

2.

Which character is used to indicate an end tag?

a)

*

b)

^

c)

<

d)

/

3.

How can you make a ordered (numbered) list?

a)

<list>

b)

<ul>

c)

<ol>

d)

<dl>

4.

How can you make a unordered (bulleted) list?

a)

<list>

b)

<ul>

c)

<ol>

d)

<dl>

5.

HTML tags have to have both a < and >

a)

True

b)

False

6.

what is the difference in an opening tag and a closing tag?

a)

Opening tag has a / in front

b)

Closing tag has a / in front

c)

There is no difference

7.

<body> Is this an opening tag or a closing tag?

a)

Opening

b)

Closing

c)

neither

8.

</body> Is this an opening tag or a closing tag?

a)

Opening

b)

Closing

c)

neither

9.

which of the following tag is used to mark a beginning of paragraph?

a)

<h1>

b)

</h1>

c)

<p>

d)

</p>

10.

What type of list does this code make?

a)

Ordered

b)

Unordered

11.

What type of list does this code make?

a)

Ordered

b)

Unordered