i. Which property tells how many rows a cell should span?
a) Colspan = n b) Rowspan =n c) Botha.andb. d) None of these
Answers
Answered by
10
Rowspan...............
Answered by
6
The answer is (a) Colspan.
Colspan is an HTML property added to a table cell so that it can span columns.
Table cells can span across more than one column or row.
The features COLSPAN (“how many across”) and ROWSPAN (“how many down”) designate how many columns or rows a cell should take up.
Both colspan= and rowspan= are attributes of the two table-cell elements, <th> and <td>.
Similar questions