Contents

The intersection of row and column is …
a) row                                    
b) column
c) cell                                    
d) border

c

The attribute of <table> tag defines the number of columns in the table is……..
a) cell spacing                      
b) cellpadding
c) cols                                   
d) width

c

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

d

Which of the following tag indicate the start and end of table?
a) <table></table>             
b) <tr></tr>
c) <th></th>                         
d) <td></td>

a

All other tags are inserted between the …
a) <table></table>             
b) <tr></tr>
c) <th></th>                         
d) <td></td>

a

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”

c