最終更新:2016-03-14 (月) 07:11:19 (2959d)  

inputタグ
Top / inputタグ

HTML 4.01

  • input type=hidden? - 画面上は表示されない隠しデータを指定する
  • input type=text? - 一行テキストボックスを作成する(初期値)
  • input type=password? - パスワード入力欄を作成する
  • input type=checkbox - チェックボックスを作成する
  • input type=radio - ラジオボタンを作成する
  • input type=file - サーバーへファイルを送信する
  • input type=submit - 送信ボタンを作成する
  • input type=image - 画像ボタンを作成する
  • input type=reset? - リセットボタンを作成する
  • input type=button? - 汎用ボタンを作成する

HTML5で追加

  • input type=search? - 検索テキストの入力欄を作成する
  • input type=tel? - 電話番号の入力欄を作成する
  • input type=url? - URLの入力欄を作成する
  • input type=email? - メールアドレスの入力欄を作成する
  • input type=datetime? - UTC(協定世界時)による日時の入力欄を作成する
  • input type=date? - 日付の入力欄を作成する
  • input type=month? - 月の入力欄を作成する
  • input type=week? - 週の入力欄を作成する
  • input type=time? - 時間の入力欄を作成する
  • input type=datetime-local? - UTC(協定世界時)によらないローカル日時の入力欄を作成する
  • input type=number? - 数値の入力欄を作成する
  • input type=range? - レンジの入力欄を作成する
  • input type=color? - 色の入力欄を作成する

アイコン追加

iOS 6Mobile Safari

属性