CLASS 08 : LESSON 09 USING LIST AND TABLES IN HTML5
LESSON 09 USING LIST AND TABLES INN HTML 5
Section A
A. Fill
in the Blanks
1.
List
2.
Unordered
3.
Border-Spacing
4.
Reversed
5.
Description
B. State
true/false
1.
F
2.
T
3.
F
4.
T
5.
F
C. Application
based
a.
Border- Collapse : Collapse
b.
List-Style-Image: URL(‘image-name’)
Section B
A. Multiple
Choice Questions:
1.
A. bulleted
2.
B. 1
3.
A. List-style-position
4.
B. <DD>
5.
C. caption-side
B. Answer
the following:
1.
The <UL> tag is used to create an
unordered list which is used to display the items without any particular
sequence whereas the <OL> tag is used to create an ordered list which is
used to display items in a specific order.
2.
HTML supports three types of list:
a. Ordered
List
b.Unordered List
c. Description
List
3.
Table is an attractive way of presenting
information in the form of rows and columns. To create a table <TABLE>
tag is used. Each row begins with <TR> tag. <TD> tag is used to
define cells in the table. <TD>, <TR> & <TABLE> tags
should be closed after use.
4.
Short Note:
a. List-Style-Image:
With this property we can specify an image as the list item maker.
b.List-Style: This is the
shorthand property where in the entire list properties can be specified in one
declaration.
c. Empty-Cells:
This property helps in specifying whether or not the border and background are
to be placed around empty cells in a table.
Comments
Post a Comment