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>