<table>
Erstellt eine Tabelle
  <table>
    <tr>
      <td>Beispiel</td>
      <td>Beispiel</td>
    </tr>
  </table>
  
<thead>
Erstellt den Kopf einer Tabelle
<table>
  <thead>
    <tr>
      <td>
        Titel
      </td>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>
        Beispiel
      </td>
    </tr>
  </tbody>
</table>
<tbody>
Erstellt den Hauptteil einer Tabelle.
<table>
  <tbody>
    <tr>
      <td>
        Beispiel
      </td>
    </tr>
  </tbody>
</table>
<tr>
Erstellt eine Zeile
<table>
  <tr>
    <td>Beispiel</td>
    <td>Beispiel</td>
  </tr>
</table>
<td>
Erstellt eine Spalte
<table>
  <tr>
    <td>Beispiel</td>
  </tr>
</table>
<tfoot>
Erstellt eine Zeile