Fabrice Pigou

Les bases d'un tableau

<table id="">
	<caption class=""></caption>

	<thead>
		<tr class="">
			<th class=""></th>
			<th class=""></th>
		</tr>
	</thead>

	<tfoot>
		<tr class="">
			<th class=""></th>
			<th class=""></th>
		</tr>
	</tfoot>

	<tbody>
		<tr class="">
			<td class="" colspan="2"></td>
			<td class="" rowspan="2"></td>
		</tr>
	</tbody>
</table>