abstract:<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>导航条</title> <style> &nbs
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>导航条</title>
<style>
*{margin: 0;padding: 0}
a{text-decoration: none;color: #000;font-size: 13px;}
.clear{clear: both;}
.header{width: 100%;background: #f5f5f5;}
.content{width: 1200px;margin: 0px auto;line-height: 40px;}
.content a:hover{color: #ff5000;}
.left{ height: 40px;float: left}
.left a{ margin-right: 5px;}
.right{ width: 700px;height: 40px;float: right;}
.header_a{display: inline-block;height: 40px;width: 90px;text-align: center;}
</style>
</head>
<body>
<div class="header">
<div class="content">
<div class="left">
<a href="" class="header_a">中国大陆</a>
<a href="">亲,请登录</a>
<a href="">免费注册</a>
<a href="">手机逛淘宝</a>
</div>
<div class="right">
<a href="" class="header_a">我的淘宝</a>
<a href=""class="header_a">购物车</a>
<a href=""class="header_a">收藏夹</a>
<a href=""class="header_a">商品分类</a>
<a href=""class="header_a">卖家中心</a>
<a href=""class="header_a">联系客服</a>
<a href=""class="header_a">网站导航</a>
</div>
</div>
</div>
</body>
</html>
Correcting teacher:韦小宝Correction time:2019-02-11 17:06:57
Teacher's summary:写的很不错 导航的背景色没有哦 不过也可以 样式还讲的过去 继续加油吧!