Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

HTML

Total questions: 17

Worksheet time: 9mins

Name
Class
Date
1.

What is this snippet of html code missing?

a)

</h2>

b)

</p>

c)

</a>

d)

none of these

2.

What is this snippet of html code missing?

a)

</h2>

b)

</p>

c)

</a>

d)

none of these

3.

What is this snippet of html code missing?

a)

</h2>

b)

</p>

c)

</a>

d)

none of these

4.

What is this snippet of html code missing?

a)

</h2>

b)

</p>

c)

</a>

d)

none of these

5.

Which displays the level 2 heading?

a)

<h2>...</h2>

b)

<p>...</p>

c)

<a href="">...</a>

d)

<img src="">

6.

Which creates the hyperlink?

a)

<h2>...</h2>

b)

<p>...</p>

c)

<a href="">...</a>

d)

<img src="">

7.

Which displays the image?

a)

<h2>...</h2>

b)

<p>...</p>

c)

<a href="">...</a>

d)

<img src="">

8.

Which displays the paragraph description?

a)

<h2>...</h2>

b)

<p>...</p>

c)

<a href="">...</a>

d)

<img src="">

9.

In which file should this appear?

a)

index.html

b)

home.html

c)

style.css

d)

none of these

10.

Which line aligns all the text to the center?

a)

font-family: system-ui;

b)

background: dodgerblue;

c)

color: #222;

d)

text-align: center;

11.

Which line chooses the font family for the text?

a)

font-family: system-ui;

b)

background: dodgerblue;

c)

color: #222;

d)

text-align: center;

12.

Which line chooses the color of the text?

a)

font-family: system-ui;

b)

background: dodgerblue;

c)

color: #222;

d)

text-align: center;

13.

Which line chooses the color of the background?

a)

font-family: system-ui;

b)

background: dodgerblue;

c)

color: #222;

d)

text-align: center;

14.

Which close tag is missing?

a)

</h2>

b)

</p>

c)

</a>

d)

none of these

15.

Which close tag is missing?

a)

</h2>

b)

</p>

c)

</a>

d)

none of these

16.

Which close tag is missing?

a)

</h2>

b)

</p>

c)

</a>

d)

none of these

17.

Which close tag is missing?

a)

</h2>

b)

</p>

c)

</a>

d)

none of these