Skip to content

Instantly share code, notes, and snippets.

@astannard
Created November 18, 2013 11:47
Show Gist options
  • Save astannard/7526517 to your computer and use it in GitHub Desktop.
Save astannard/7526517 to your computer and use it in GitHub Desktop.
HTML5 email field
<input type="text" title="email" required pattern="[^@]+@[^@]+\.[a-zA-Z]{2,6}" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment