È anche possibile annidare le tabelle le une dentro le altre. Come in
questo esempio:
<table width="430" border="1">
<tr>
<td width="50%"> </td>
<td width="50%"> </td>
</tr>
<tr>
<td height="24"> </td>
<td><table
width="100%" border="1">
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table></td>
</tr>
</table>
che dà come risultato:
Per evitare che compaiano nel layout degli spazi indesiderati è consigliabile
aprire e chiudere la tabella a ridosso del tag della cella che la contiene.