Skip to content

Instantly share code, notes, and snippets.

@zxmarcos
Created September 4, 2016 02:48
Show Gist options
  • Save zxmarcos/4a07e329664bc8b2106d4b1195157238 to your computer and use it in GitHub Desktop.
Save zxmarcos/4a07e329664bc8b2106d4b1195157238 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>Teste</title>
</head>
<body>
<form method="post">
Nome:<input type="text" name="nome">
Idade:<input type="number" name="idade">
<input type="submit" value="Enviar">
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment