Skip to content

Instantly share code, notes, and snippets.

@aekaplan
Created May 24, 2013 19:18
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 aekaplan/5645883 to your computer and use it in GitHub Desktop.
Save aekaplan/5645883 to your computer and use it in GitHub Desktop.
Label HTML
<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