wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

ITAA Unit 4: HTML

Total questions: 18

Worksheet time: 3mins

Name
Class
Date
1.

The <body> contains everything that is displayed on the webpage.

a)

True

b)

False

2.

The LAST tag on a HTML document

a)

</body>

b)

<html>

c)

</html>

d)

None on the above

3.

Tag is used to insert images

a)

<img>

b)

<picture>

c)

<photo>

d)

<image>

4.

What tag is this? </body>

a)

Opening Body tag

b)

Paragraph tag

c)

Closing body tag

d)

Header tag

5.

The correct way to use an h1 tag

a)

<h1>Hello</h1>

b)

<h1>"Hello

c)

{h1}Hello{/h1}

d)

<h1>Hello<h1>

6.

Inserts a line break

a)

<hr>

b)

<br>

c)

<ol> </ol>

d)

<li> </li>

7.

What goes in the <head> section

a)

Links

b)

Title

c)

Hair

d)

Body

8.

What tag will label a browser tab?

a)

<title>The 90s</title>

b)

<h1>The 90s</h1>

c)

<head>The 90s</head>

d)

<li>The 90s</li>

9.

Which tag will create this large text?

a)

<h1>The 90s</h1>

b)

<p>The 90s</p>

c)

<body>The 90s</body>

d)

<html>The 90s</html>

10.

What tag will place this image?

a)

<img src="phone.png">

b)

<image>phone</image>

c)

<img src=phone.png>

11.

What does p in </p> stand for?

a)

picture

b)

paragraph

c)

python

d)

page

12.
What does HTML stand for?
a)
Home Tool Markup Language
b)
Hyperlinks and Text Markup Language 
c)
Hypertext Markup Language
d)
Hypertext Medium Language 
13.
The <head></head> tag contains
a)

A picture for the top of the page

b)

Info about the page, including the Page Title.

c)

Contact information for the site owner

d)

Navigation bar

14.

Tags can be nestled (placed) inside of other tags. 

a)

True

b)

False

15.

Which of these heading tags create the smallest text?

a)

<h1>

b)

<h2>

c)

<h5>

d)

<h6>

16.

What tag would be best to break up this address into the correct format?

a)

<p>

b)

<hr>

c)

<br>

d)

<b>

17.

The <strong> tag will create:

a)

Text with 'strong' language

b)

Larger text

c)

Bold text

d)

italic text

18.

If you wanted to use an image or text as a 'link', you need to use:

a)

<image>

b)

<href>

c)

<link>