rowspan is an attribute used to specify the number of columns a row will span code example
Example: html table colspan and rowspan
<td colspan="4">Content</td>
<td rowspan="4">Content</td>
<td colspan="4">Content</td>
<td rowspan="4">Content</td>