ホームページ > 記事 > ウェブフロントエンド > HTML5フォーム(絶対強力な機能)活用例_html5チュートリアルスキル
1. メールの自動検証には type="email"
2. 日付 (年、月、日) の検証: type="date"
3. 時刻の検証 (形式: 00:00): type= "time"
4. 数値の確認(上下加算可) type="number"
5. 月(--年--月) type="month"
6.週 ( --year--week) type="week"
7. 範囲 (範囲 0-100) type="range"
8. 検索 type="search"
9. type="color"
10. URL 検証 (先頭に http://--- を付ける必要があります) type="url"