CBSE, class, 7, IT computer, unit 4 .more on HTML
CBSE, class, 7, IT computer, unit 4 .more on HTML
Table tags related Questions:
Q.1 Which of these tags belong to table?
<thead>,<body>,<tr>
<table>,<head>,<tfoot>
<table>,<tr>,<td>
<table>,<tr>,<tt>
Q.2 Which of the following tags gives a caption to the table?
<caption>
<head>
<heading>
None of these
Q.3 Which of the following is used to specify the beginning of a table’s row?
<td>
<tr>
<row>
<tt>
Q.4 Which tag is used to add columns in the tables?
<colspan>
<td>
<tr>
None of these
Q.5 This tag is used to specify the individual table data in a table.
<tr>
<td>
<th>
<table>
Q.6 In order to add border to a table, border attribute is specified in which tag?
<th>
<table>
<td>
<tr>
Q.7 Which of the following is an attribute of < table > tag?
src
cellpadding
link
bold
Q.8 Which attribute of the < table > tag is used to set an image in the background of a table?
bgcolor
background
frame
rules
Q.9 In HTML tables gap between two cells of same table are known as
cell spacing
cell padding
cell reference
cell distribute
Q.10 In HTML table space between cell content and cell border is call ……..
cell spacing
cell padding
cell reference
cell distribute
Comments
Post a Comment