Created
May 24, 2013 19:18
-
-
Save aekaplan/5645883 to your computer and use it in GitHub Desktop.
Label HTML
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> | |
<label>First Name</label> | |
<input type="text" placeholder="Adam"></input> | |
<label>Last Name</label> | |
<input type="text" placeholder="Kaplan"></input> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment