Skip to content

Instantly share code, notes, and snippets.

@koki-h
Created June 13, 2017 08:49
Show Gist options
  • Select an option

  • Save koki-h/9f0ca2f28c124dd91c198604f0f201ed to your computer and use it in GitHub Desktop.

Select an option

Save koki-h/9f0ca2f28c124dd91c198604f0f201ed to your computer and use it in GitHub Desktop.
type="email"の例
<html>
<body>
<form>
<input type="email"/> <!-- これだけでブラウザが簡易的なバリデーションを行う -->
<input type="submit"/>
</form>
</body>
</html>
@koki-h
Copy link
Copy Markdown
Author

koki-h commented Jun 13, 2017

Firefoxでの表示例
2017-06-13 17 46 20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment