In this discussion, We will introduce about the use of rowspan attribute of <td> tag in html5. This attribute is used for specifying the number of rows spanned with a cell or table data.
The declaration of this attribute is as:
| <td rowspan="value"> Cell Data </td> |
Example: rowspan_attribute.html
Output:
Difference between html4.01 and html5.
Most of the html4.01 attributes are not supported by html5.
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.