input标签
2,029 阅读
<body>
<form action=""> //form 表单 form有action和method两种属性
xxxxx //所有的表单内容都要写在form里面
<input type="text" value=>
<input type=>
<input type= name=>x
<input type= name=>y
<input type= name=>
<input type= name=>
</form>
</body>
