abstract:<!DOCTYPE html><html><head><meta charset="utf-8"><title>淘宝网导航</title><link rel="stylesheet"type="text/css"href="css/indxe2.css
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>淘宝网导航</title>
<link rel="stylesheet"type="text/css"href="css/indxe2.css">
*{margin:0px;padding:0px;}
a{text-decoration: none;color:#000;font-size:13px;}
.clear{clear:both;}
.header{width:100%;height:55px;background-color:#F5F5F5;}
.header_content{width:1200px;height:55px;margin:0px auto;}
.header_left{height:55px;float:left;}
.header_left a{margin-right:5px;}
.header_right{width:1000px;height:55px;float:right;}
.header_content a:hover{color:#FF5000;}
.header_a{display:inline-block;height:55px;width:35px;text-align: center;}
.header_a:hover{background-color:#fff;}
</head>
<body>
<div class="header">
<div class="header_content">
<div class="header_left">
<a href=""style="color:#FF5000;">亲,请登录</a>
<a href="">免费注册</a>
<a href="">手机逛淘宝</a>
</div>
<div class="header_right">
<a href="">淘宝网首页</a>
<a href="">我的淘宝</a>
<a href="">购物车</a>
<a href="">收藏夹</a>
<a href="">商品分类</a>
<a href="">卖家中心</a>
<a href="">联系客服</a>
<a href="">网址导航</a>
</div>
</div>
<div class="clear"></div>
</div>
</body>
</html>
Correcting teacher:查无此人Correction time:2019-05-29 13:15:28
Teacher's summary:完成的不错。学编程,先从模仿开始,继续加油。