今天学习了比较有趣的表单
表单
input
type
text 文本框
password 密码框
submit 提交按钮
radio 单选框/单选按钮
checkbox 复选框
button 按钮
file 文件上传
value
表单元素的值
name
数据的名字,
想要提交必须有name
placeholder
提示文字
textarea 文本域
属性
readonly 只读
样式
resize: none; 禁止拖拽
表单
input
type
text 文本框
password 密码框
submit 提交按钮
radio 单选框/单选按钮
checkbox 复选框
button 按钮
file 文件上传
value
表单元素的值
name
数据的名字,
想要提交必须有name
placeholder
提示文字
textarea 文本域
属性
readonly 只读
样式
resize: none; 禁止拖拽