Table

<table>
  <thead>
    <tr>
      <th>TABLECONTENT</th>
      <th>TABLECONTENT_DESCRIPTION</th>
    </tr>

  </thead>
  <tbody>
  
    <tr>
      <td>LEFT</td>
      <td>RIGHT</td>
    </tr>

    <tr>
      <td>LEFT</td>
      <td>RIGHT</td>
    </tr>

  </tbody>
</table>

A simple table.