<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<h1>青春不常在,抓紧谈恋爱</h1>
<hr color="purple"/>
<form>
输入昵称:<input type="text"/ placeholder="请输入昵称">
<br />
<br />
输入密码:<input type="password"/ placeholder="请输入密码">
<br />
<br />
选择性别:<input type="radio" name="sex"/ id="nan"><label for="nan">男</label> <input type="radio" name="sex" id="nv" checked/><label for="nv">女</label>
<br />
<br />
所在城市:<select>
<option>上海</option>
<option>北京</option>
<option>长沙</option>
<option selected>重庆</option>
<option>成都</option>
<option>三亚</option>
<option>广州</option>
</select>
<br />
<br />
婚姻状况:<input type="radio" name="marital status" id="no"/><label for="no">未婚</label>
<input type="radio" name="marital status" id="yes"/><label for="yes">已婚</label>
<input type="radio" name="marital status" id="secrecy"/><label for="secrecy">保密</label>
<br />
<br />
喜欢的类型:文静<input type="checkbox"/> 学霸<input type="checkbox"/> 奶狗<input type="checkbox"/> 霸总<input type="checkbox"/> 阳光开朗<input type="checkbox"/> 居家好男人<input type="checkbox"/>
<br />
<br />
个人介绍:
<br />
<br />
<textarea cols="70" rows="20"></textarea>
<h3>我承诺</h3>
<!-- 我承诺下面的几个承诺点都是用无序列表的 -->
<ul>
<li>我已经年满18周岁</li>
<li>抱着严肃的态度</li>
<li>真诚的寻找另一伴</li>
</ul>
<input type="checkbox"/>我同意以上所有条款
<br />
<br />
<input type="submit" value="免费注册"/>
<input type="reset"/>
</form>
</body>
</html>文章来源地址https://uudwc.com/A/3rxm9
文章来源:https://uudwc.com/A/3rxm9