Comment ajouter une description à un tableau HTML

<table>
  <caption>Table Description</caption>
  <tr>
    <th>Column 1</th>
    <th>Column 2</th>
  </tr>
</table>
Mysterious Monkey