Page 43 - Modular_V1.1_Flipbook
P. 43
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. Center 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 attribute is used to describe the type of bullet style will appear with list items?
a. START c. BULLET
b. TYPE d. 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 in a sequential manner. ..........................
Lists in HTML 41

