I am trying to create the table in the picture. But I am not really successful with this and I couldn't understand the logic.
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 can help me with this, i would be really glad.
