→ 日付入力 <input type="number"> → 数値入力 <input autofocus="" type="xxx"> → 画面初期表示時のフォーカス取得 <input required="" type="xxx"> → 必須入力制限 <input pattern="***" type="xxx"> → 正規表現を使用した入力規則 ... (続く)" />

HTML5で拡張されたフォームのinputの書き方


HTML5でWebシステムの入力が楽になる (システム開発ブログ)

HTML5でフォームのinput要素のプロパティが拡充された事について説明しています。

<input type="date"> → 日付入力
<input type="number"> → 数値入力

<input autofocus="" type="xxx"> → 画面初期表示時のフォーカス取得
<input required="" type="xxx"> → 必須入力制限
<input pattern="***" type="xxx"> → 正規表現を使用した入力規則

(*価格は掲載時のものです。購入時にご確認ください。)


Keywords : form