Tabelle
Verfasst: 05.12.2004 11:49
Wie kann ich diese Tabelle in HTML darstellen
Code: Alles auswählen
<table>
<tr>
<td rowspan="3"></td>
<td></td>
<td></td>
<td rowspan="3"></td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
</table>