今天写的代码:"相亲"表单,



<h1>青春不常在,抓紧谈恋爱</h1>
<hr>
<form action="www.baidu.com">
昵称:
<input type="text" placeholder="请输入昵称">
<br>
性别:
<label><input type="redio" name="sex">男</label>
<label><input type="redio" name="sex">女</label>
<br>
所在城市:
<select name="" id="">
<option>郑州</option>
<option>洛阳</option>
<option>新乡</option>
</select>
<br>
喜欢的类型:
<label></label><input type="checkbox">御姐</label>
<label></label><input type="checkbox">狼狗</label>
</form>
<br>