
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<form action="" method="get">
昵称:<input type="text" name="check" value="" />
<br> 密码:
<input type="pastword" name="check" value="" />
<br> 邮箱:
<input type="text" name="check" value="" />
<select>
<option>qq.com</option>
</select><br> 性别:
<input type="radio" name="marry" checked="marry" />男<input type="radio" name="marry" />女
<br> 爱好:
<input type="checkbox" name="" value="">旅行
<input type="checkbox" name="" value="">摄影
<input type="checkbox" name="" value="">运动
<br> 个人简历:
<br>
<textarea cols="100" rows="10">
</textarea>
<br> 上传个人照片:
<br>
<div><input name="" type="file" value="选择文件夹" /></div>
<hr/>
<div style="border:1px solid #CCC" </div>
<div>
<input name="" type="submit" value="立即注册"></div>
</from>
</body>
</html>