Colspan=n can be added to only what tag?
a)
b)
c)
d)
Answers
Answered by
14
Answer:
The tag added in Colspan is tag <td>
Explanation:
The Colspan defines the number of columns and rows a cell should span and the attributes of Colspan is <td> and <th> tag. It is used to merge two column cells horizontally and two row cells vertically.
Syntax used Colspan:
<th> - Table header - A header cell in a table
<td> - Table data - A data cell in a table
<td colspan = “value”> title <td>
The “value” refers that the number of columns of that the cell fills.
Answered by
3
Answer:
<TD>
Explanation:
The Colspan defines the number of columns and rows a cell should span and the attributes of Colspan is <td> and <th> tag. It is used to merge two column cells horizontally and two row cells vertically
Similar questions