<!DOCTYPE html>
<html lang="en">
<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>
<style>
a{
text-decoration:none;
}
.logo,.nav,.sousou,.btn,.more,.map,.bottom{
text-align: center;
}
</style>
<body>
<div class="logo">
<img src="bdlogo.gif"/>
</div>
<div class="nav">
<a href="#">新闻</a> <strong>网页</strong>
<a href="#">贴吧</a> <a href="#">知道</a>
<a href="#">音乐</a> <a href="#">图片</a>
<a href="#">视频</a> <a href="#">地图</a>
</div>
<br/>
<div class="sousou">
<input type="text" class="serch"/> <input type="button" value="百度一下" class="btn"/>
</div>
<br/>
<br/>
<div class="more">
<a href="#">百科</a>
<a href="#">文科</a><a href="#">hao123</a>|
<a href="#">更多>></a>
</div>
<br/>
<br/>
<div class="map">
<img src="ic.jpg"/>
<a href="#">百度地图带你吃喝玩乐,全心全意为人民服务</a>
</div>
<div class="bottom">
<a href="#">把百度设为主页</a >
<a href="#">安装百度卫士</a >
<br />
<a href="#">加入百度推广</a > |
<a href="#">搜索风云榜</a > |
<a href="#">关于百度</a > |
<a href="#">About Baidu</a >
<br />©2022 Baidu 使用百度前必读
</div>
</body>
</html>