cara menambahkan deskripsi ke tabel html

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