abstract:<!DOCTYPE html><html><head><meta charset="utf-8"><title>淘寶網(wǎng)導(dǎo)航</title><link rel="stylesheet"type="text/css"href="css/indxe2.css
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>淘寶網(wǎng)導(dǎo)航</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="">淘寶網(wǎng)首頁</a>
<a href="">我的淘寶</a>
<a href="">購物車</a>
<a href="">收藏夾</a>
<a href="">商品分類</a>
<a href="">賣家中心</a>
<a href="">聯(lián)系客服</a>
<a href="">網(wǎng)址導(dǎo)航</a>
</div>
</div>
<div class="clear"></div>
</div>
</body>
</html>
Correcting teacher:查無此人Correction time:2019-05-29 13:15:28
Teacher's summary:完成的不錯。學(xué)編程,先從模仿開始,繼續(xù)加油。