input的type属性:text 单行文本输入
password 密码输入框
button 普通按钮
submit 提交按钮
reset 重置按钮
checkbox 复选框
redio 单选框 要name属性相同才能实现单选
做按钮时最好使用button
botton中的type属性:submit提交(默认)
botton 普通按钮
reset 重置
select option 下拉选择框,实际提交的值并不是文本框中显示的