dato che l'altro giorno ho postato un 3d riguardo a rowspan & colspan
volevo sapere se è giusta questa sintassi html.
<table width="550" border="1" height="25">
<tr>
<td colspan="2">testo</td>
</tr>
<tr>
<td height="90" width="130">testo</td><td>testo</td>
</tr>
<tr>
<td height="90" width="130">testo</td><td>testo</td>
</tr>
</table>