Skip to content

Instantly share code, notes, and snippets.

@kimyongyeon
Created November 16, 2017 15:56
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 kimyongyeon/f52f81401903dc8f6f8f56c79eb1322c to your computer and use it in GitHub Desktop.
Save kimyongyeon/f52f81401903dc8f6f8f56c79eb1322c to your computer and use it in GitHub Desktop.
<form action="/action_page.php" method="get">
First name: <input type="text" name="fname"><br>
Last name: <input type="text" name="lname"><br>
<input type="submit" value="Submit">
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment