Created
November 16, 2017 15:56
-
-
Save kimyongyeon/f52f81401903dc8f6f8f56c79eb1322c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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