<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;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.