input type="button" 按鈕,與 button 一樣
input type="checkbox" 復選框
input type="color" 顏色選擇器
input type="date" 日期,包括年,月和日
input type="datetime-local" 日期時間,包括年,月,日,小時和分鐘
input type="email" 郵箱
input type="file" 上傳文件
input type="hidden" 不顯示,隱藏元素
input type="image" 圖片按鈕
input type="month" 年月
input type="number" 數(shù)值
input type="password" 密碼
input type="radio" 單選框
input type="range" 滑塊
input type="reset" 重置
input type="search" 搜索
input type="submit" 提交
input type="tel" 電話
input type="text" 文本
input type="time" 時間
input type="url" 網(wǎng)址
input type="week" 周