Correcting teacher:PHPz
Correction status:qualified
Teacher's comments:
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>用户注册</title>
</head>
<body>
<form action="check.php" method="post">
<div>
<h3>用户注册</h3>
<label for="emaii"> 邮 箱: </label>
<input type="email" name="email" placeholder="admin@admin.cn"><br>
<label for="username">用 户 名:</label>
<input type="text" name="user" id="username" placeholder="请输入用户名"><br>
<label for="pwd">用户密码:</label>
<input type="password" name="paswd" id="pwd" placeholder="请输入密码"><br>
<label for="sex3"> 性 别 :</label>
<input type="radio" name="sex" id="sex1" value="nan"><label for="sex1">男</label>
<input type="radio" name="sex" id="sex2" value="nv"><label for="sex2">女</label>
<input type="radio" name="sex" id="sex3" checked><label for="sex3">保密</label>
<br><label for="hobby"> 爱 好: </label>
<input type="checkbox" name="hobby[]" id="hobby" value="muisc"><label for="hobby">音乐</label>
<input type="checkbox" name="hobby[]" id="hobby1" value="geme"><label for="hobby1">游戏</label>
<input type="checkbox" name="hobby[]" id="hobby2" value="pc"><label for="hobby2">电脑</label><br>
地 区:
<select name="diqu" id="">
<option value="">---请选择---</option>
<option value="北京">北京</option>
<option value="上海">上海</option>
<option value="江苏">江苏</option>
<option value="浙江">浙江</option>
<option value="浙江">湖南</option>
<option value="浙江">湖北</option>
<option value="浙江">河南</option>
</select>
</div>
<div>
<button style="width: 100px; ">点击注册</button>
<input style="width: 100px;" type="reset" value="重新填写">
</div>
</form>
</body>
</html>
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=ui, initial-scale=1.0">
<title>简单的后台管理</title>
</head>
<body>
<ul>
<li><a href="https://j.map.baidu.com/60/J" target="baidu">百度地图</a></li>
<li><a href="dome.html" target="baidu">dome1</a></li>
<li><a href="dome2.html" target="baidu">dome2</a></li>
</ul>
<iframe width="400px" height="300px" srcdoc="<a style='color:red;'>点击查看</a>" frameborder="1" name="baidu"></iframe>
</body>
</html>
效果图: