<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>work</title>
<style>
.bg{
width: 980px;
margin:10px auto;
}
.div_a{
text-align:right ;
}
a {
color: black;
text-decoration: underline;
margin-left: 10px;
}
a:hover {
color: blue;
}
.div_ad {
margin-top: 50px;
text-align: center;
}
span {
margin-left: 5px;
}
#sp_01 {
background-color: #13ceff;
}
img {
text-align: center;
}
</style>
</head>
<body>
<div class="bg">
<div class="div_a">
<a href="">新闻</a>
<a href="">hao123</a>
<a href="">地图</a>
<a href="">视频</a>
<a href="">贴吧</a>
<a href="">学术</a>
<a href="">登录</a>
<span id="sp_01">更多产品</span>
</div>
<div class="div_ad">
<img src="bd_logo1.png" width="300px"/>
<div>
<input type="text" size="60"/>
<input type="submit" value="百度一下" style="background-color:#11bbff" />
</div>
</div>
</div>
</body>
</html>