常用 number 浏览器不支持 解析为普通标签 text
<input type="number">
<input type="tel">
<input type="search">
<input type="url">
<input type="email">
<input type="date">
<input type="month">
<input type="week">
<input type="time">
<input type="range">
<input type="color">
给表单添加required 定义此表单的内容必须添加
可以吧表单的元素设置到表单外
给元素添加 form="" 和表单的ID保持一致就可以实现关联