Skip to content

Instantly share code, notes, and snippets.

@averyvery
Created March 17, 2010 13:44
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 averyvery/335240 to your computer and use it in GitHub Desktop.
Save averyvery/335240 to your computer and use it in GitHub Desktop.
<!DOCTYPE HTML>
<html>
<body>
<form>
<input type="date" /><br />
<input type="number" min="5" max="15" step="3" required/><br />
<input type="month" /><br />
<input type="email" autofocus /><br />
<input type="tel" /><br />
<input type="range" /><br />
<input type="color" /><br />
<input type="url" />
<input type="submit" />
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment