<html>
<head>
<form>
<fieldset>
<legent>表单的注册</legent><br/>
姓名:<input type="text"/><br/>
密码:<input type="text"/><br/>
邮箱:<input type="text"/><br/>
性别:<input type="radio" name="identity" value="nan"/>男
<input type="radio" name="identity" value="women"/>女<br/>
地址:
<select>
<option value="1">广州</option>
<option value="2">东莞</option>
<option value="3">深圳</option>
</select><br/>
简介:
兴趣:
<lable>
<input type="checkbox"/>读书
<input type="checkbox"/>运动
<input type="checkbox"/>吃喝
</lable></br>
上传:
<input type="file">
</fieldset>
</form>
</body>
</html>
原文:http://www.cnblogs.com/xiaozhou123/p/4922076.html