Page 112 - Computer Class 08
P. 112
8 HTML frames allow authors to present documents in multiple views.
8 HTML comments are placed in between <!_ _ .. _ _ > tags.
8 HTML tables can be made to perform the exact same function.
8 Constructing on HTML tables consists of describing the table between the beginning table
tags, <TABLE> and the ending table tag </TABLE>.
8 We can also add borders to the table.
8 The rowspan trait determines the quantity of lines a phone ought to traverse vertically.
Objective Type Questions
A. Tick ( ) the correct one.3
1. Which one of the following are celled tags?
a) <TR></TR> b) <TA></TA>
c) <TD></TD> d) <TL> </TL>
2. The ________________ represents the distance between cell borders and
content within a cell.
a) cellspacing b) cellpadding
c) rospan d) colspan
3. The cellspacing attribute defines the ________________ of borders.
a) height b) width
c) area d) none of them
4. Which one of the following are row tags?
a) <TR></TR> b) <TD></TD>
c) <FR></FR> d) <TL></TL>
5. The tags of table are:
a) <TABLE></TABLE> b) <TR></TR>
c) <UL></UL> d) <B></B>
6. ________________ and ________________ are the two attributes which are used to
adjust the white space in table cells.
a) Cellpadding b) Cellspacing
c) Both a) & b) d) None of them
Computer-8 112