#屬性 |
值 |
#描述 |
autocomplete |
on
off |
autocomplete 屬性規定 元素輸入欄位是否應該啟用自動完成功能。 |
autofocus |
autofocus |
#屬性規定當頁面載入時 元素應該會自動取得焦點。 |
form |
form_id |
#form 屬性規定 元素所屬的一個或多個表單。 |
formaction |
URL |
#屬性規定當表單提交時處理輸入控制項的檔案的 URL。 (只針對 type="submit" 和 type="image") |
formenctype |
application/x-www-form-urlencoded
multipart/form-data
text/plain |
屬性規定表單資料提交到伺服器時如何編碼(只適合 type="submit" 和 type="image")。 |
formmethod |
get
post |
定義傳送表單資料到 action URL 的 HTTP 方法。 (只適合type="submit" 和type="image") |
formnovalidate |
formnovalidate |
formnovalidate 屬性覆寫 |
formtarget |
_blank
_self
_parent
_topframename
|
規定表示提交表單後在哪裡顯示接收到回應的名稱或關鍵字。 (只適合type="submit" 和type="image") |
height |
pixels |
規定 < input>元素的高度。 (只針對type="image") |
list |
datalist_id |
屬性引用 |
max |
number
date |
屬性規定 元素的最大值。 |
min |
number
date |
屬性規定 元素的最小值。 |
multiple |
multiple |
#屬性規定允許使用者輸入到 元素的多個值。 |
pattern |
regexp |
#pattern 屬性規定用於驗證 元素的值的正規表示式。 |
placeholder |
text |
#placeholder 屬性規定可描述輸入 欄位預期值的簡短的提示訊息
。 |
required |
required |
屬性規定必須在提交表單之前填入輸入欄位。 |
step |
number |
#step 屬性規定 元素的合法數字間隔。 |
width |
pixels |
width 屬性規定 元素的寬度。 (只針對type="image") |