form
1.input
1.屬性
name
value
id
2.type:
text 文本輸入
password 密碼輸入框
submit 提交按鈕
radio 單選按鈕
checkbox 復選按鈕
rest 重復按鈕
2.action
用於訪問地址
3.method
訪問地址的方法
get 表單數據將會被顯示在url中
post 表單數據不會被顯示
4.label用於連接標簽或者連接標簽和文字
5.選擇表單select 與option一起使用,option選項