<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>表单验证</title>
</head>
<body>
<form action="http://www.baidu.com" method="post">
用户名:<input type="text" /><br>
密码:<input type="password" /><br>
性别:<input name="sex" type="radio" />男
<input checked="true" type="radio" name="sex" />女<br>
爱好:
<input name="like" type="checkbox" />吃饭饭
<input name="like" type="checkbox" />睡觉觉
<input name="like" type="checkbox" />打豆豆
<input name="like" type="checkbox" />打打球<br>
地址:
<select>
<option>北京</option>
<option>南京</option>
<option>东京</option>
<option selected="selected">岛市</option>
</select>
<br />
个性签名:
<textarea>
</textarea>
<br>
<button>普通按钮</button>
<input type="button" value="普通按钮" />
<input type="reset" value="重置按钮" />
<input type="submit" value="提交按钮" />
<input type="file" />
<input type="image" src="images/zsd.JPG" />
</form>
</body>
</html>
多多支持,欢迎评论区留言ʕ•̼͛͡•ʕ-̺͛͡•ʔ•̮͛͡•ʔ ʕ•̫͡•ʕ*̫͡*ʕ•͓͡•ʔ-̫͡-ʕ•̫͡•ʔ*̫͡*ʔ-̫͡-ʔ
扫码关注腾讯云开发者
领取腾讯云代金券
Copyright © 2013 - 2025 Tencent Cloud. All Rights Reserved. 腾讯云 版权所有
深圳市腾讯计算机系统有限公司 ICP备案/许可证号:粤B2-20090059 深公网安备号 44030502008569
腾讯云计算(北京)有限责任公司 京ICP证150476号 | 京ICP备11018762号 | 京公网安备号11010802020287
Copyright © 2013 - 2025 Tencent Cloud.
All Rights Reserved. 腾讯云 版权所有