Page 58 - TP_Prime_V2.2_Class7
P. 58
21 st
Warm State whether these statements are True or False. Century #Critical Thinking
Skills
Up! 1. The START attribute always accepts an integer value. ______
2. Description list is used to create a bulleted list. ______
3. The <DT> tag is used to create a table in HTML. ______
4. The <TR> tag is used to create cells in the table.
______
Prime (Ver. 2.2)-VII 5. The border-style property applies the border outline style of ______
a table or other elements.
Let's Revisit
• A list is a collection of related items.
• There are three types of lists—ordered, unordered and definition list.
56
• 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.
Mind Drill
Rapid Fire
1. Tick (3) the correct option.
a. Which tag allows the user to insert a table in a web page?
(i) <TH> (ii) <TR>
(iii) <TABLE> (iv) <LI>
b. Which attribute of the <TABLE> tag gives the space between the adjacent cells?
(i) CELLSPACING (ii) CELLPADDING
(iii) ROWSPAN (iv) COLSPAN
c. A numbered list can be created by using the ____________ tag.
(i) <UL> (ii) <LI>
(iii) <OL> (iv) <TR>

