<table>
</table>
<table>
<tr>
</tr>
<tr>
</tr>
</table>
<table>
<tr>
<th>Kopf 1</th>
<th>Kopf 2</th>
</tr>
<tr>
<td>Daten 1</td>
<td>Daten 2</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">Kopf 1</th>
</tr>
<tr>
<td>Daten 1</td>
<td>Daten 2</td>
</tr>
</table>
<table>
<tr>
<th rowspan="2">Kopf 1</th>
<th>Kopf 2</th>
</tr>
<tr>
<td>Daten 2</td>
</tr>
</table>
<img>
<img />
<img src="grafik_01.jpg" />
<img src="grafik_01.jpg" alt="Diagramm" />
<img src="grafik_01.jpg" alt="Diagramm"
width="640" height="480" />