<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<form action="#">
<b>青春不常在,抓紧贪恋爱</b><br/><br/>
性别 <input type="radio" name="sex" id="" value="男">男
<input type="radio" name="sex" id="" value="女">女 <br/>
生日 <select name="year" >
<option value="--请选择年--">--请选择年--</option>
</select>
<select name="month" ><option value="--请选择月--">--请选择月--</option></select>
<select name="day" ><option value="--请选择日--">--请选择日--</option></select><br/>
所在地区 <input type="text" id="" value="北京思密达">
婚姻状况 <input type="radio" name="a" id="" value="未婚">未婚
<input type="radio" name="a" id="" value="已婚">已婚
<input type="radio" name="a" id="" value="离婚">离婚<br/>
学历 <input type="text" id="" value="幼儿园"><br/>
喜欢的类型 <input type="checkbox" name="love" id="" value="妩媚的">妩媚的
<input type="checkbox" name="love" id="" value="可爱的">可爱的
<input type="checkbox" name="love" id="" value="小鲜肉">小鲜肉
<input type="checkbox" name="love" id="" value="老腊肉">老腊肉
<input type="checkbox" name="love" id="" value="都喜欢">都喜欢<br/>
自我介绍 <textarea name="myself" >自我介绍</textarea><br/>
<button>免费注册</button><br/>
<input type="checkbox" name="协议" id="" value="我同意注册条款和会员加入标准">我同意注册条款和会员加入标准<br/>
<a href=""target="_blank">我是会员,立即登录</a><br/>
<h2><b> 我承诺</b></h2>
•年满18岁、单身<br/>
•抱着严肃的态度<br/>
•真诚寻找另一半
</form>
</body>
</html>
目标

结果

1337

被折叠的 条评论
为什么被折叠?



