In this discussion, We will introduce about the use of colspan attribute of <td> tag in html5.
In this discussion, We will introduce about the use of colspan attribute of <td> tag in html5.In this discussion, We will introduce about the use of colspan attribute of <td> tag in html5. This attribute is used for specifying the number of column spanned with a cell or table data.
The declaration of this attribute is as:
<td colspan="value"> Cell Data </td> |
Example: colspan_attribute.html
Output:
Difference between html4.01 and html5.
Most of the html4.01 attributes are not supported by html5.