The intersection of row and column is …
a) row
b) column
c) cell
d) border
The attribute of <table> tag defines the number of columns in
the table is……..
a) cell spacing
b) cellpadding
c) cols
d) width
In an HTML table, you can set attribute for……
a) entire row of information
b) single cell
c) one or more cells within row
d) all of these
Which of the following tag indicate the start and end of table?
a) <table></table>
b) <tr></tr>
c) <th></th>
d) <td></td>
All other tags are inserted between the …
a) <table></table>
b) <tr></tr>
c) <th></th>
d) <td></td>
To position a caption below a table, use the ……. Attribute of <caption> tag.
a) align=” top”
b) align=” above”
c) align=” bottom”
d) align=” below”