tabelau html code example
Example: html tableaux
table>
<tr>
<td>Jean</td>
<td>Biche</td>
</tr>
<tr>
<td>Jeanne</td>
<td>Biche</td>
</tr>
</table>
table>
<tr>
<td>Jean</td>
<td>Biche</td>
</tr>
<tr>
<td>Jeanne</td>
<td>Biche</td>
</tr>
</table>