I'm attempting to replicate the table shown in the image, but I'm struggling with it and can't grasp the logic behind it.
https://i.sstatic.net/m2GFV.jpg
This is my HTML code:
<table>
<table>
<tbody>
<tr>
<td></td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td colspan="2">1</td>
<td>a2</td>
</tr>
</tbody>
</table>
If you're able to lend me a hand with this, I would greatly appreciate it.