Page 70 - modular_v2.0_HTML&_CSS_Fb
P. 70
Recap
A list is a collection of related items that can be used to represent information in an orderly manner.
An ordered list is used to display the items in a sequential manner.
An unordered list is generally used to display random items which never require to place in a
sequential manner.
The definition list is created by using the <DL> tag in conjunction with <DD> and <DT>
tags.
Exercise
A. Tick ( ) the correct option.
ü
1. Which tag is used to create a numbered list?
a. <UL> c. <LI>
b. <OL> d. None of these
2. Which list is known as bulleted list?
a. Unordered c. Ordered
b. Definition d. None of these
3. ......................... is an attribute of <OL> tag.
a. TYPE c. Bold
b. Height d. Width
4. Which of the following tag is used to define an item in the list?
a. <UL> c. <LI>
b. <OL> d. None of these
5. Which of the following tag is used to define the description term's definition?
a. <DD> c. <DL>
b. <DT> d. <LI>
6. Which CSS property is used to specify the type of a list?
a. list-style-image c. list-style-type
b. list-style-color d. list-style
B. Write ‘T’ for true and ‘F’ for false.
1. START attribute always accepts an integer value. ..........................
2. Description list is used to create a bulleted list. ..........................
3. A list is a collection of related items that can be used to represent
information in an orderly manner. ..........................
4. Number list is used to display the items only in a sequential manner. ..........................
68
Touchpad MODULAR (Ver. 2.0)

