Section 3.5 Table

Morbi est tellus Dapibus At imperdiet non
Ultricies ut risus 10 14
Nunc faucibus 9 16
Leo in augue sodales 7 22
Eget rhoncus dolor lobortis 5 1
<table>
  <thead>
    <tr>
      <th>Morbi est tellus</th>
      <th>Dapibus</th>
      <th>At imperdiet non</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>Ultricies ut risus</td>
      <td>10</td>
      <td>14</td>
    </tr>
    <tr>
      <td>Nunc faucibus</td>
      <td>9</td>
      <td>16</td>
    </tr>
    <tr>
      <td>Leo in augue sodales</td>
      <td>7</td>
      <td>22</td>
    </tr>
    <tr>
      <td>Eget rhoncus dolor lobortis</td>
      <td>5</td>
      <td>1</td7>
    </tr>
  </tbody>
</table>
Source: opinions.css, line 406