Page 124 - C_GPT _V4 _class_7
P. 124
Recap
A list is a collection of related items.
There are three types of lists—ordered, unordered and definition list.
The <LI> tag is used to define an item in the list.
Table represents data in the form of rows and columns.
The <TR> tag is used to create a row in a table.
The <TD> tag is used to insert data into cells.
Assess Yourself
Choose the correct option.
1. Anshu wants to display the steps of a sweet dish recipe on a web page. Which type of list will you
suggest him to do so?
a. Ordered List b. Unordered List
c. Description d. None of these
2. Which of the following tags is used to define an item in a list?
a. <IL> b. <LI>
c. <OL> d. <UL>
3. Amita wants to display the items of the list with upper Roman numerals. Which option should she
use to achieve this?
a. TYPE="a" b. TYPE="IV"
c. TYPE="I" d. TYPE="*"
4. Which of the following tag defines the description term?
a. <DD> b. <DT>
c. <DL> d. <LI>
5. Which of the following tags is used to give the title of the table?
a. <TR> b. <TH>
c. <CAPTION> d. <TD>
CodeGPT (Ver. 4.0)-VII
122

