form表单
属性
action 提交的最后地点
method post,get提交方式
input 输入框
type text文本 password密码 submit提交 reset重置 radio单选框 button按钮 img图片按钮
value默认值
maxlength输入的最大长度
size文本框长度
name 表示分组
select下拉框
option选项