html练习
- 工具
- 代码
- 运行结果
工具
HBuilder X
代码
<!DOCTYPE html>
<html><head><meta charset="utf-8"><title>图灵之家</title></head><body><h1>图灵之家</h1><br><br><h2>我的汽车网站,我的图灵之家</h2><hr><p>注册后,你可以使用图灵之家和二手车之家的相关服务</p><br><form action="https://www.baidu.com"><p><label>手机</label><input type="text"></p><p><label>密码</label><input type="password"></p><p><label>性别</label><input type="radio" name="sex">男<input type="radio" name="sex">女 <!--name用于绑定--></p><p><label>请输入你喜欢的车型</label><input type="checkbox">紧凑型<input type="checkbox">中型车<input type="checkbox">SUV<input type="checkbox">主打车</p><p><input type="submit"><input type="reset"></p></form></body>
</html>