综合案例

<!DOCTYPE html>
<html lang="zh-CN">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>综合案例一</title>
</head>

<body>
<h3>青春不常在,抓紧谈恋爱</h1>
<form action="xxx.php" method="GET">
性别
<input type="radio" value="男" name="sex" id="sex_m"><label for="sex_m">♂ 男</label>
<input type="radio" value="女" name="sex" id="sex_f"><label for="sex_f">♀ 女</label>
<br>
生日
<select name="年" id="year">
<option value="2020">--请选择年--</option>
<option value="2020">2020</option>
<option value="2019">2019</option>
<option value="2018">2018</option>
<option value="2017">2017</option>

</select>
<select name="月" id="year">
<option value="2020">--请选择月--</option>
<option value="2020">2020</option>
<option value="2019">2019</option>
<option value="2018">2018</option>
<option value="2017">2017</option>

</select>
<select name="日" id="year">
<option value="2020">--请选择日--</option>
<option value="2020">2020</option>
<option value="2019">2019</option>
<option value="2018">2018</option>
<option value="2017">2017</option>

</select>
<br>
<label for="diqu">所在地区</label>
<input type="text" id="diqu" value="北京思密达">
<br>
婚姻状况
<input type="radio" value="未婚" name="hy" id="hy_n" checked="checked"><label for="hy_n">未婚</label>
<input type="radio" value="已婚" name="hy" id="hy_y"><label for="hy_y">已婚</label>
<input type="radio" value="离婚" name="hy" id="hy_x"><label for="hy_x">已婚</label>
<br>
<label for="xueli">学历</label>
<input type="text" id="xueli" value="幼儿园">
<br>
喜欢的类型
<input type="checkbox" value="妩媚的" id="wm"> <label for="wm">妩媚的</label>
<input type="checkbox" value="可爱的" id="ka"> <label for="ka">可爱的</label>
<input type="checkbox" value="小鲜肉" id="xxr"> <label for="xxr">小鲜肉</label>
<input type="checkbox" value="老腊肉" id="llr"> <label for="llr">老腊肉</label>
<input type="checkbox" value="都喜欢" id="dxh"> <label for="dxh">都喜欢</label>
<br>
<label for="js">自我介绍</label>
<textarea name="zwjs" id="js" cols="30" rows="2"></textarea>
<br>
<input type="submit" value="免费注册">
<br>
<input type="radio">同意协议!
<br>
</form>
<a href="http://baidu.com">我是会员,立即登录</a>
<h2>我承诺</h2>
<ul>
<li>年满18岁、单身</li>
<li>抱着严肃的态度</li>
<li>真诚寻找另一半</li>
</ul>

</body>

</html>

效果

青春不常在,抓紧谈恋爱

性别
生日

婚姻状况

喜欢的类型


同意协议!
我是会员,立即登录

我承诺

  • 年满18岁、单身
  • 抱着严肃的态度
  • 真诚寻找另一半