th

Tabellen
--------

<table border="1">
  <tr>
    <th>Stadt mit th</th>
    <td>Berlin mit td</td>
  </tr>
  <tr>
    <td>td ohne th am anfang</td>
    <td>td</td>
  </tr>
</table>
Stadt mit th Berlin mit td
td ohne th am anfang td