Created
March 4, 2016 14:12
-
-
Save paulusm/e9d5025f88f08642f18b 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="saveform.php" method="post"> | |
<label for="name">Name:</label> | |
<input type="text" id="name" name="name" value="enter your name"> | |
<label for="comment">Comment:</label> | |
<textarea id="comment" name="comment" rows="10" cols="25" value="comment"> | |
Please give me feedback! | |
</textarea> | |
<input type="submit" value="Save Comment" id="submit"> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment