Skip to content

Instantly share code, notes, and snippets.

@LeSuisse
Created January 8, 2015 15:17
Show Gist options
  • Save LeSuisse/0d29001668a4e2791546 to your computer and use it in GitHub Desktop.
Save LeSuisse/0d29001668a4e2791546 to your computer and use it in GitHub Desktop.
HTML5 Input Email
<html>
<head>
<title>HTML5 Input Email Test</title>
</head>
<body>
<form>
<input type="email" required="required">
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment