<table>
<thead>
<tr>
<th>Produit</th>
<th>Prix</th>
</tr>
</thead>
<tfoot>
<tr>
<td>total</td>
<td>150</td>
</tr>
</tfoot>
<tbody>
<tr>
<td>collier</td>
<td>200</td>
</tr>
<tr>
<td>bague</td>
<td>50</td>
</tr>
</tbody>
</table>
thead{
color:green;
}
tfoot{
color:red;
}
tbody{
color:grey;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.