<table>
<tr>
<td colspan="4">gioco</td>
</tr>
<tr>
<td colspan="2">Interessi</td>
<td colspan="2">Sport</td>
</tr>
<form name="form1" method="post" action="">
<tr>
<td>Internet</td>
<td><input type="checkbox" name="interessi" value="1"/></td>
<td>Calcio</td>
<td><input type="checkbox" name="sport" value="1"/></td>
</tr>
<tr>
<td>Computer</td>
<td><input type="checkbox" name="interessi" value="2"/></td>
<td>Tennis</td>
<td><input type="checkbox" name="sport" value="2"/></td>
</tr>
<tr>
<td>Libri</td>
<td><input type="checkbox" name="interessi" value="3"/></td>
<td>Basket</td>
<td><input type="checkbox" name="sport" value="3"/></td>
</tr>
<tr>
<td colspan="2">Punteggio</td>
<td colspan="2"><input name="somma" type="textbox" size="10"></td>
</tr>
</form>
</table>