I want to create a table spice but with spacing between each rectangle.
What I have created is:
<table border="1" margin="2">
<tr>
<td>Célula 1</td>
<td>Célula 2</td>
</tr>
<tr>
<td>Célula 3</td>
<td>Célula 4</td>
</tr>
</table>
And what I want is something like that.