本人是新手,刚开始学习一个星期,请大佬多多海涵。那就像上图所示
代码:
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<head>
</head>
<body>
<form method="post">
昵称:<input type="text"/><br/>
密码:<input type="password"/><br/>
邮箱:<input type="text"/>
<select>
<option>qq.com</option>
<option>CSS.com</option>
<option>JavaScript.com</option>
</select>
</form>
<form method="post">
性别:
<input type="radio" name="gender" value="男" />男
<input type="radio" name="gende