input type

input type= で様々なフォームの構成部分を作成することが出来ます。

属性効果見た目
input type="text"テキスト入力
input type="password"パスワード入力
input type="file"ファイル名入力
input type="checkbox"チェックボックス
input type="radio"ラジオボタン
input type="hidden"隠しフィールド
input type="submit"実行ボタン
input type="reset">取り消しボタン
input type="button">汎用ボタン
input type="search">検索フォーム