wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

HTML quiz

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

HTML stands for

a)

Hyper Text Markup Learning

b)

Hyper Text Markup Language

c)

Hyper Text Machine Learning

d)

Hyper Terminal Markup Language

2.

HTML headings are defined with the ___ tags?

a)

<p>

b)

<h1> to <h6>

c)

<img>

d)

<a>

3.

HTML paragraphs are defined with the ___ tags?

a)

<p>

b)

<h1> to <h6>

c)

<img>

d)

<a>

4.

HTML links are defined with the ___ tags?

a)

<p>

b)

<h1> to <h6>

c)

<img>

d)

<a>

5.

HTML images are defined with the ___ tags?

a)

<p>

b)

<h1> to <h6>

c)

<img>

d)

<a>

6.

HTML unordered lists are defined with the ___ tags?

a)

<ul>

b)

<p>

c)

<img>

d)

<button>

7.

Select the syntax that has no error

a)

<a href="#">Link</a>

b)

<a src="#" >Link</a>

c)

<img href="#" alt="This is an image">image1</a>

d)

<p>This is a paragraph<p>

8.

An attribute that specifies the destination address (url) of the link.

a)

href

b)

src

c)

alt

d)

style

9.

An attribute that specifies an alternative text to be used, if an image cannot be displayed.

a)

href

b)

src

c)

alt

d)

style

10.

An attribute that specifies the filename of the image source.

a)

href

b)

src

c)

alt

d)

style