Questionario
<form
action="http://pluto.casa.unimo.it/scripts/ElezioniStudenti/form/questionario.asp"
method="post">
Cognome
<
input name="cognome" type="text"
>
Nome
<
input name="nome" type="text"
>
Interessi:
viaggi
informatica
sport
libri
Interessi:
<
select name="hobby"
>
<option selected>viaggi
<option>informatica
<option>sport
<option>libri
</
select
>
<
input type="submit" value="Registra"
><
input type="reset" value="Cancella"
>