Created
June 13, 2017 08:49
-
-
Save koki-h/9f0ca2f28c124dd91c198604f0f201ed to your computer and use it in GitHub Desktop.
type="email"の例
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <body> | |
| <form> | |
| <input type="email"/> <!-- これだけでブラウザが簡易的なバリデーションを行う --> | |
| <input type="submit"/> | |
| </form> | |
| </body> | |
| </html> |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Firefoxでの表示例
