wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

HTML 2: Lists

Total questions: 15

Worksheet time: 13mins

Name
Class
Date
1.

Ordered lists are used...

a)

To display a list of items that need to be in a specific order

b)

To display a list of items that can be in any order

c)

To display descriptions of items in a list

d)

To display a list of randomly generated items

2.

What is the correct HTML tag for a list item?

a)

<li>

b)

<item>

c)

<list>

d)

<l>

3.

What is the correct HTML tag to start an Ordered List?

a)

<ol>

b)

<ordered>

c)

<list>

d)

<or>

4.

What is the correct HTML tag used to start an Unordered List?

a)

<ul>

b)

<unordered>

c)

<list>

d)

<un>

5.

Unordered Lists are used...

a)

To display a list of items that need to be in a specific order

b)

To display a list of items that can be in any order

c)

To display descriptions of items in a list

d)

To display a list of randomly generated items

6.

TRUE OR FALSE:

Lists must have closing tags

a)

True

b)

False

7.

Descriptive Lists are used...

a)

To display a list of items that need to be in a specific order

b)

To display a list of items that can be in any order

c)

To display descriptions of items in a list

d)

To display a list of randomly generated items

8.

What is the correct HTML tag to start a Descriptive List?

a)

<dl>

b)

<desc>

c)

<list>

d)

<d>

9.

TRUE OR FALSE:

Descriptive Lists need a descriptive title and descriptive data

a)

True

b)

False

10.

What is the correct HTML tag used to for descriptive data?

a)

<dd>

b)

<data>

c)

<desc>

d)

<item>

11.

TRUE OR FALSE:

Ordered Lists can only order items by using numbers

a)

True

b)

False

12.

The <img> tag needs the following attribute to display an image...

a)

src="image location"

b)

scr="image location"

c)

loc="image location"

d)

file="image location"

13.
What does HTML stand for?
a)
Hypertext Making Language
b)
Hyper Transfer Markup Language
c)
Hypertext Markup Language
d)
Hyper Transfer Making Language
14.

HTML Language uses...

a)

Tabs

b)

Tags

c)

Punctuation

d)

Quotations

15.

An attribute does which of the following...

a)

Applies changes to everything

b)

Provides different options for each tag

c)

Prevents changes to the site

d)

Gives structure and text