您好,登錄后才能下訂單哦!
這篇文章主要講解了“html5 input有什么新屬性”,文中的講解內容簡單清晰,易于學習與理解,下面請大家跟著小編的思路慢慢深入,一起來研究和學習“html5 input有什么新屬性”吧!
html5 input有新增屬性,分別為:autocomplete、autofocus、form、height、list、max、min、multiple、pattern、placeholder、required、step、width等等。
本教程操作環境:windows7系統、HTML5版、Dell G3電腦。
<input> 標簽規定了用戶可以在其中輸入數據的輸入字段。
<input> 元素在 <form> 元素中使用,用來聲明允許用戶輸入數據的 input 控件。
輸入字段可通過多種方式改變,取決于 type 屬性。
HTML5 input標簽新增屬性
屬性 | 值 | 描述 |
---|---|---|
autocomplete | on off | autocomplete 屬性規定 <input> 元素輸入字段是否應該啟用自動完成功能。 |
autofocus | autofocus | 屬性規定當頁面加載時 <input> 元素應該自動獲得焦點。 |
form | form_id | form 屬性規定 <input> 元素所屬的一個或多個表單。 |
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 屬性覆蓋 <form> 元素的 novalidate 屬性。 |
formtarget | _blank _self _parent _topframename | 規定表示提交表單后在哪里顯示接收到響應的名稱或關鍵詞。(只適合 type="submit" 和 type="image") |
height | pixels | 規定 <input>元素的高度。(只針對type="image") |
list | datalist_id | 屬性引用 <datalist> 元素,其中包含 <input> 元素的預定義選項。 |
max | number date | 屬性規定 <input> 元素的最大值。 |
min | number date | 屬性規定 <input>元素的最小值。 |
multiple | multiple | 屬性規定允許用戶輸入到 <input> 元素的多個值。 |
pattern | regexp | pattern 屬性規定用于驗證 <input> 元素的值的正則表達式。 |
placeholder | text | placeholder 屬性規定可描述輸入 <input> 字段預期值的簡短的提示信息 。 |
required | required | 屬性規定必需在提交表單之前填寫輸入字段。 |
step | number | step 屬性規定 <input> 元素的合法數字間隔。 |
width | pixels | width 屬性規定 <input> 元素的寬度。 (只針對type="image") |
感謝各位的閱讀,以上就是“html5 input有什么新屬性”的內容了,經過本文的學習后,相信大家對html5 input有什么新屬性這一問題有了更深刻的體會,具體使用情況還需要大家實踐驗證。這里是億速云,小編將為大家推送更多相關知識點的文章,歡迎關注!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。