3 <title>Formul
ário HTML
</title>
7 <form action=
"cadastro.php" method=
"post">
8 Nome
<input type=
"text" name=
"nome" /><br/>
9 Que linguagens você conhece?
<br/>
10 <input type=
"checkbox" name=
"c"/>C
11 <input type=
"checkbox" name=
"vb" />Visual Basic
12 <input type=
"checkbox" name=
"java" />Java
<br/>
13 Escolha o curso que gostaria de fazer
15 <option value=
"uml">UML
</option>
16 <option value=
"xp">Extreme Programming
</option>
17 <option value=
"j2me">J2ME
</option>
20 <br/>Turno Escolhido
<br/>
21 <input type=
"radio" name=
"turno" value=
"manha">
23 <input type=
"radio" name=
"turno" value=
"tarde">Tarde
24 <input type=
"radio" name=
"turno" value=
"noite">Noite
28 <textarea name=
"comments" rows=
"10" cols=
"50">
31 <input type=
"submit" value=
"Cadastrar" />
32 <input type=
"reset" value=
"Apagar" />