how to divide td with 3 row in html table using javascript 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>