html table colspan and rowspan
<td colspan="4">Content</td>
<td rowspan="4">Content</td>
html table colspan and rowspan
<td colspan="4">Content</td>
<td rowspan="4">Content</td>
html table row span
<table>
<tr>
<td rowspan= "2"> lorem </td>
<td> Ipsum </td>
<td> lorem </td>
</tr>
<tr>
<td> lorem </td>
<td> ipsum </td>
</tr>
<!-- Here we have 2 rows and 3 columns, but we have created 3 in the first,
and 2 in the second. In this case because we used rowspan, the first cell
in the first row will take also a space in the second row so it'll be merged.-->
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us