<table border="1">
  <caption>Titre</caption>
  <tr>
    <th>nom</th>
    <th>prénom</th>
    <th>age</th>
  </tr>
  <tr>
    <td>Dupont</td>
    <td>Jean</td>
    <td>40</td>
  </tr>
</table>
table{
  border-collapse: collapse;
  caption-side : bottom;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.