Skip to content

Instantly share code, notes, and snippets.

@lohithgn
Last active December 12, 2015 02:48
Show Gist options
  • Save lohithgn/4701397 to your computer and use it in GitHub Desktop.
Save lohithgn/4701397 to your computer and use it in GitHub Desktop.
html5 place holder attribute example
<input type=”text”
name=”txtFirstName” id=”txtFirstName”
placeholder=”enter first name” />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment