NEW
Font size
WorksheetsHTML 2: Lists
Total questions: 15
Worksheet time: 13mins
Ordered lists are used...
To display a list of items that need to be in a specific order
To display a list of items that can be in any order
To display descriptions of items in a list
To display a list of randomly generated items
What is the correct HTML tag for a list item?
<li>
<item>
<list>
<l>
What is the correct HTML tag to start an Ordered List?
<ol>
<ordered>
<list>
<or>
What is the correct HTML tag used to start an Unordered List?
<ul>
<unordered>
<list>
<un>
Unordered Lists are used...
To display a list of items that need to be in a specific order
To display a list of items that can be in any order
To display descriptions of items in a list
To display a list of randomly generated items
TRUE OR FALSE:
Lists must have closing tags
True
False
Descriptive Lists are used...
To display a list of items that need to be in a specific order
To display a list of items that can be in any order
To display descriptions of items in a list
To display a list of randomly generated items
What is the correct HTML tag to start a Descriptive List?
<dl>
<desc>
<list>
<d>
TRUE OR FALSE:
Descriptive Lists need a descriptive title and descriptive data
True
False
What is the correct HTML tag used to for descriptive data?
<dd>
<data>
<desc>
<item>
TRUE OR FALSE:
Ordered Lists can only order items by using numbers
True
False
The <img> tag needs the following attribute to display an image...
src="image location"
scr="image location"
loc="image location"
file="image location"
HTML Language uses...
Tabs
Tags
Punctuation
Quotations
An attribute does which of the following...
Applies changes to everything
Provides different options for each tag
Prevents changes to the site
Gives structure and text
