Page 85 - 2611_SmartGPT Pro V(5.0) C-7
P. 85
1. Tick ( ) the correct option.
a. How can you change the list items to appear in Roman numerals in an ordered list?
(i) <OL TYPE="i"> (ii) <UL TYPE="i">
(iii) <OL TYPE="A"> (iv) <OL STYLE="roman">
b. Which property is used to define the border of a table in HTML using CSS?
(i) Border (ii) Padding
(iii) Margin (iv) Outline
c. Which tag is used to create an ordered list?
(i) <UL> (ii) <OL>
(iii) <DL> (iv) None of these
d. Explain the role of the <DT> tag in an HTML.
(i) Marking the beginning of the definition list
(ii) The term or name being defined within the list
(iii) Writing the definition of the data term
(iv) Marking the ending of the definition list
e. Which property is used to define the border of a table?
(i) Table-border (ii) Border-collapse
(iii) Border-style (iv) None of these
2. Fill in the blanks using the words from the help box.
Cells, Border, Terms, Style
a. CSS allows us to style tables for a single HTML page using the <____________> tag in the head section
of the HTML document.
b. The <DT> tag in HTML is used to define the names or ____________ being defined within the list.
c. The border-collapse property with the value 'collapse' creates a single border for the table
____________.
d. The padding property is used to add space between the contents of a cell and the ____________.
3. Write 'T' for true and 'F' for false.
a. An ordered list is also known as a bulleted list.
b. The <DL> tag in HTML stands for Definition List.
Lists and Tables in HTML5 83

