<table id="extable">
   <caption>Skieur du groupe</caption>
   <tr>
       <th>Nom</th>
       <th>Âge</th>
       <th>Niveau</th>
   </tr>
   <tr>
       <td>Yohan</td>
       <td>8 ans</td>
       <td>moyen</td>
   </tr>
   <tr>
       <td>Clara</td>
       <td>5 ans</td>
       <td>débutante</td>
   </tr>
</table>