Page 101 - TechPluse_C7_Flipbook
P. 101
Checkpoint
A. Tick ( ) the correct option.
1. Which tag allows the user to insert a table in a web page?
A. <IMG> C. <A>
B. <TABLE> D. <LI>
2. Which attribute of the <TABLE> tag gives the space between the adjacent cells?
A. CELLSPACING C. CELLPADDING
B. ROWSPAN D. COLSPAN
3. A numbered list can be created by using the ........................ tag.
A. <UL> C. <LI>
B. <OL> D. <DL>
4. Which of the following is the correct way to use the START attribute of the <OL> tag?
A. <OL START = "4" TYPE = "A">
B. <OL START = "25" TYPE = "A">
C. <OL START = "4" TYPE = "I">
D. ALL OF THESE
5. Which of these is not an attribute of the <TABLE> tag?
A. BORDER C. BACKGROUND
B. BORDERCOLOR D. TYPE
6. Which of the following attributes is used to set the display position of the text in a cell
horizontally?
A. ALIGN C. ROWSPAN
B. VALIGN D. COLSPAN
B. Write ‘T’ for true and ‘F’ for false.
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. ........................
5. The VALIGN attribute of the <TD> tag is used to align the position of text
in the cell vertically. ........................
Lists and Tables in HTML 99

