Page 113 - TP_Plus_v4_Class7
P. 113
Choose the correct option.
1. Which tag allows the user to insert a table in a web page?
a. <HEAD> b. <HTML>
c. <TABLE> d. <STYLE>
2. Which property is used to specify the space around the content of a cell?
a. Padding b. Border-collapse
c. Rowspan d. Colspan
3. Which tag is used to create a numbered list?
a. <UL> b. <LI>
c. <OL> d. <DD>
4. <DT> tag is used for .
a. Marking the beginning of the definition list
b. Writing the terms that are to be defined
c. Writing the definition of the data term
d. Marking the ending of the definition list
5. Which tag defines the row in the table?
a. <TH> b. <TABLE>
c. <CAPTION> d. <TR>
Fill in the blanks with the correct words.
Hints <CAPTION>, list item, list-style-type, ordered list, disc
1. The <OL> tag is used to create an .
2. The <LI> tag is used to define .
3. The property specifies the type of the list item marker.
4. By default the symbol is displayed on a web page when we use the <UL> tag.
5. The tag creates the table caption in HTML web page.
Tick () the correct statements and cross () the wrong ones.
1. The width property of CSS is used to specify the width of a box or a table.
2. Description list is used to create a bulleted list.
3. The <DT> tag is used to create a table in HTML.
#Lists and Tables in HTML5 111

