<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<h1 >梅州</h1>
<h2 >大埔</h2>
<div id="container" style="width: 400px">
<div id="header" style="background-color: aquamarine "><h2 align="center">登录</h2></div>
<div id="content">
<form setion="">
用户名:<input type="text" name+="username" placeholder="请输入用户名"><br>
密码:<input type="password"placeholder="请输入密码" >
<br>
<input type="radio" name="role" value="stu">student
<input type="radio" name="role" value="tea">teacher
<br>
<input type="checkbox" value="true"><span></span>记住我<a href="">登录遇到问题</a><br>
<input type="button" value="login" onclick="alert('')">
</input>
</form>登录验证
</div>
<div>
<select>评论
<option>收藏</option>
<option>点赞</option>
</select>评论
<ul>
<li>python</li>
<li>html</li>
</ul>
</div>
<div id="footer" style="background-color: #facfff"><p align="center"> <i>版权@吴宜珊</i></p></div>
<a href="https://baike.baidu.com/pic/%E5%A4%A7%E5%9F%94%E5%8E%BF/3310947/0/c995d143ad4bd113902c8a3b58afa40f4afb05d1?fr=lemma&ct=single#aid=0&pic=c995d143ad4bd113902c8a3b58afa40f4afb05d1">大埔<img src="https://gss3.bdstatic.com/-Po3dSag_xI4khGkpoWK1HF6hhy/baike/c0%3Dbaike92%2C5%2C5%2C92%2C30/sign=5ae493694dc2d562e605d8bf8678fb8a/c995d143ad4bd113902c8a3b58afa40f4afb05d1.jpg" width="258" height="39"></a>
</body>
</html>