Skip to content

Instantly share code, notes, and snippets.

@Marlysson
Created July 25, 2013 06:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Marlysson/6077282 to your computer and use it in GitHub Desktop.
Save Marlysson/6077282 to your computer and use it in GitHub Desktop.
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>IMC</title>
</head>
<body>
<form>
</form>
<form action="" method="post">
Seu Sexo :<br>
<INPUT TYPE="RADIO" NAME="male" VALUE="male">- Masculino <br>
<INPUT TYPE="RADIO" NAME="female" VALUE="female">- Feminino<br><br>
Altura:<input type="text" name="sexo" ><br><br>
<input type="submit" value="Calcular">
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment