TestHMH: Difference between revisions

No edit summary
No edit summary
Line 48: Line 48:
       <td>Ut enim ad minim veniam.</td>
       <td>Ut enim ad minim veniam.</td>
       <td>
       <td>
</table>
<table border="1" style="width:100%; border-collapse: collapse; font-family: Arial, sans-serif; font-size: 9pt;">
  <thead>
    <tr>
      <th>Spalte 1</th>
      <th>Spalte 2</th>
      <th>Spalte 3</th>
      <th>Spalte 4</th>
      <th>Spalte 5</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>Lorem ipsum dolor sit amet.</td>
      <td>Consectetur adipiscing elit.</td>
      <td>Sed do eiusmod tempor incididunt.</td>
      <td>Ut labore et dolore magna aliqua.</td>
      <td>Ut enim ad minim veniam.</td>
    </tr>
    <tr>
      <td>Quis nostrud exercitation ullamco.</td>
      <td>Laboris nisi ut aliquip ex ea.</td>
      <td style="background-color: #a0f0a0;">Commodo consequat.</td>
      <td>Duis aute irure dolor in.</td>
      <td>Reprehenderit in voluptate velit.</td>
    </tr>
    <tr>
      <td>Esse cillum dolore eu fugiat.</td>
      <td>Nulla pariatur.</td>
      <td>Excepteur sint occaecat cupidatat.</td>
      <td>Non proident, sunt in culpa.</td>
      <td>Qui officia deserunt mollit.</td>
    </tr>
    <tr>
      <td>Anim id est laborum.</td>
      <td>Lorem ipsum dolor sit amet.</td>
      <td>Consectetur adipiscing elit.</td>
      <td>Sed do eiusmod tempor incididunt.</td>
      <td>Ut labore et dolore magna aliqua.</td>
    </tr>
    <tr>
      <td>Ut enim ad minim veniam.</td>
      <td>Quis nostrud exercitation ullamco.</td>
      <td>Laboris nisi ut aliquip ex ea.</td>
      <td>Commodo consequat.</td>
      <td>Duis aute irure dolor in.</td>
    </tr>
  </tbody>
</table>
</table>