Answers for "Attributes like rowspan and colspan can be used with the <tr> tag"

2

html table span 2 rows

<td colspan="2">Content here</td> // or...
<td rowspan="2">Content here</td>
Posted by: Guest on July-03-2020

Code answers related to "Attributes like rowspan and colspan can be used with the <tr> tag"

Browse Popular Code Answers by Language