表單域和input相關屬性

2021-10-22 20:32:23 字數 500 閱讀 3991

二、input輸入

type的屬性值

完本教程適合新手認識form及input標籤

form、input的相關屬性及作用

"get | post"

>..

..<

/form>

.> # type是必要屬性
屬性名

描述相關

text

單行文字

多行文字

password

密碼radio

單選checkbox

多選框file

上傳檔案

image

上傳影象

name

input名稱

後台使用

value

傎後台使用

hidden

隱藏submit

提交reset

重置button

常與js聯合使用

H5新增input表單 表單屬性

新增表單 屬性值說明 type email 郵箱格式 type url url型別 type date 日期格式 type time 時間格式 type month 月type week 周type number 數字type tel 手機號type seach 搜尋框type color 顏色選擇...

H5新增input表單 表單屬性

新增表單 表單屬性 required required,必填,內容不能為空 placeholder 提示文字 佔位符 更改提示文字顏色 input placeholder autofocus autofocus,自動聚焦到指定表單 multiple multiple,可以多選檔案提交 多用於上傳檔案...

表單項input中的屬性參考

type屬性 表示表單項的型別,可選值有 name屬性 表單項名,用於儲存內容值的 value屬性 輸入的值 預設指定值 size屬性 輸入框的寬度值 maxlength屬性 輸入框的輸入內容的最大長度 readonly屬性 對輸入框唯讀屬性 disabled屬性 禁用屬性 checked屬性 對選...