wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

HTML

Total questions: 11

Worksheet time: 22mins

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 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

6.

Which tag would you use to insert a image?

a)

<marquee>

b)

< a href>

c)

<br>

d)

<img src>

7.

What does HTML stand for?

a)

Hyper Tremendous Movie Lines

b)

Hyper Text Markup Language

c)

Hey Thanks for Making me Late

8.

What type of tag is this: <!-- -->

a)

comments

b)

questions

c)

paragraph

d)

image

9.

<h1> is an example of a _______.

a)

Headline Tag

b)

Paragraph Tag

c)

filename

10.

<p> is a _______ tag.

a)

image

b)

paragraph

c)

filename

11.

Which is the proper way to write an h1 tag

a)

<h1>Hello</h1>

b)

<h1>"Hello

c)

{h1}Hello{/h1}

d)

<h1>Hello<h1>