<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>我的表单</title>
</head>
<body>
<div align="center">
<h1>我的表单</h1>
<form>
账号:<input type="text"><br><br>
密码:<input type="password"><br><br>
爱好:<input type="checkbox">体育<input type="checkbox">唱歌<input type="checkbox">旅游<input type="checkbox">阅读<br><br>
性别:<input type="checkbox">男<input type="checkbox">女<br><br>
自我介绍:<textarea rows="10" cols="50"></textarea><br><br>
地址:<select>
<option>北京</option>
<option>上海</option>
<option>广州</option>
<option>深圳</option>
<option>河北</option>
<option>天津</option>
<option>重庆</option>
<option>河南</option>
</select><br><br>
<button>提交</button> <button>重置</button> <button>按钮</button>
</form>
</div>
</body>
</html>
表单
最新推荐文章于 2021-03-16 20:40:15 发布