Skip to content

Instantly share code, notes, and snippets.

@devdays
Created November 30, 2014 18:26
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 devdays/2a23a9189138018ec488 to your computer and use it in GitHub Desktop.
Save devdays/2a23a9189138018ec488 to your computer and use it in GitHub Desktop.
Using a title and label
<label for= "zip">ZIP Code: </label><input type= "text" id= "zip" title="Five- or nine-digit zip code"
pattern="^(\d{5}-\d{4}|\d{5}|\d{9})$" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment