Skip to content

Instantly share code, notes, and snippets.

@georgemendonca
Created November 20, 2010 19:12
Show Gist options
  • Save georgemendonca/708065 to your computer and use it in GitHub Desktop.
Save georgemendonca/708065 to your computer and use it in GitHub Desktop.
Submit Button: Botão Submeter
<form name="input" action="url.php" method="get">
Login: <input type="text" name="usuario" />
<input type="submit" value=" Enviar " />
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment