codice:
<div id=form>

<form  name="formsvilup" action="interpreta.asp" method="post">

<p id="pform">Nome&nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp <input name="nome" type="text"></p>
<p id="pform">Cognome&nbsp &nbsp &nbsp &nbsp &nbsp <input name="cognome" type="text"></p>
<p id="pform">Indirizzo&nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp <input name="indirizzo" type="text"></p>
<p id="pform">Età&nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp <input name="eta" type="text"></p>
<p id="pform">E-mail&nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp <input name="e-mail" type="text"></p>
<p id="pform">Username&nbsp &nbsp &nbsp &nbsp <input name="username" type="text"></p>
<p id="pform">Password&nbsp &nbsp &nbsp &nbsp &nbsp <input name="password" type="password"></p>
<p id="pform">Commenti Critiche Consigli</p><textarea rows="6" cols="34"></textarea>

<p align="center"><input type="submit" value="invia">
<input type="reset" value="cancella"></p>
</form>
</div>