HTML input 元素概述
<input>是最為重要的表單元素。
根據type屬性值的不同,它可以表現為不同形式,功能更大相徑庭。
無論以何種形式展現或者何種方式使用,它的功能是輸入資料。
元素的名稱也可以體現它的功能,input翻譯成漢語,具有輸入資料的意思。
程式碼例項如下:
[HTML] 純文字檢視 複製程式碼執行程式碼<!DOCTYPE html> <html> <head> <meta charset=" utf-8"> <meta name="author" content="http://www.softwhy.com/" /> <title>螞蟻部落</title> </head> <body> <input type="button" name="bt" value="按鈕"> <input type="checkbox" name="cb" value="1"> <input type="text" name="txt"> <input type="password" name="pw"> <input type="time" name="time"> <input type="datetime" name="datetime"> <input type="month" name="month"> <input type="date" name="date"> </body> </html>
僅列舉了一部分元素型別,根據type屬性值的不同,<input>標籤的表現也大相徑庭。
相關文章
- HTML input type=file檔案選擇表單元素二三事HTML
- HTML input rangeHTML
- html概述HTML
- DTD – 元素概述
- XML 元素概述XML
- HTML input date calendarHTML
- HTML input url域HTML
- XSLT 元素概述
- XSLT 元素概述
- HTML概述1HTML
- HTML————3、HTML元素HTML
- HTML元素HTML
- HTML 元素HTML
- HTML input image按鈕HTML
- HTML input image 按鈕HTML
- HTML input button按鈕HTML
- HTML input button 按鈕HTML
- HTML input submit 按鈕HTMLMIT
- HTML 25 - Input AttributesHTML
- XSD 空元素概述
- HTML <table>表格概述HTML
- HTML 表單概述HTML
- HTML input reset 重置按鈕HTML
- HTML input tel 撥號域HTML
- HTML input search搜尋域HTML
- HTML input color 拾色器HTML
- HTML input password密碼框HTML密碼
- HTML input password 密碼框HTML密碼
- HTML input email郵箱域HTMLAI
- HTML input file檔案域HTML
- HTML input email 郵箱域HTMLAI
- HTML input file 檔案域HTML
- HTML <img> 元素HTML
- HTML p元素HTML
- HTML <p> 元素HTML
- HTML form 元素HTMLORM
- HTML fieldset元素HTML
- HTML 元素(轉)HTML