Code tableau html
<table border="1"bg >
<tr>
<td></td>
<td>Nom</td>
<td>Prix</td>
<td>Nombre</td>
</tr>
<tr>
<td>B</td>
<td><input type="text" id="Biscuits"
name="Biscuits"></td>
<td><input type="number" id="Biscuits"
name="Biscuits"></td>
<td>Bonbon</td>
<td><input type="text" id="Bonbon" name="Bonbon"></td>
<td><input type="number" id="Bonbon"
name="Bonbon"></td>
<td>Cahiers</td>
<td><input type="text" id="Cahiers"
name="Cahiers"></td>
<td><input type="number" id="Cahiers"
name="Cahiers"></td>
</tr>
</table>