Page 65 - TrackpadV5.1_class7
P. 65
uiz Bee Which property is used to define border of a table?
_________________________________________________________________
Hashtag
#List: A list is used to group related pieces of information together
#Table: A table is used in HTML to display data in a tabular format
REVISIT
▶ Lists are used to group related pieces of information together so that information is convenient and easy to
read.
▶ An ordered list is used when the items in the list are required to be in a specific order and need to be
numbered.
▶ An unordered list is used when the items in the list are not required to be in a specific order.
▶ A list within a list is known as a nested list or a sub-list.
▶ Tables are used in HTML to display data in a tabular format.
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
Lists and Tables in HTML5 63

