abstract:<!DOCTYPE html><head> <meta charset="UTF-8"> <title>淘寶導(dǎo)航</title> <link rel="stylesheet" type="text/css" href="../Public/css/index.cs
<!DOCTYPE html>
<head>
<meta charset="UTF-8">
<title>淘寶導(dǎo)航</title>
<link rel="stylesheet" type="text/css" href="../Public/css/index.css">
<link rel="stylesheet" type="text/css" href="../Public/css/font-awesome/css/font-awesome.min.css">
</head>
<body>
<!-- 灰色背景 -->
<div class="header">
<!-- 導(dǎo)航的div 居中 -->
<div class="header_content">
<!-- 左邊導(dǎo)航內(nèi)容 -->
<div class="header_left">
<a href="" class="header_a">中國(guó)大陸 <i class="fa fa-angle-down"></i></a>
<a href="" style="color: #FF5000">親,請(qǐng)登錄</a>
<a href="">免費(fèi)注冊(cè)</a>
<a href="">手機(jī)逛淘寶</a>
</div>
<!-- 右邊導(dǎo)航內(nèi)容 -->
<div class="header_right">
<a href="" class="header_a">我的淘寶<i class="fa fa-angle-down"></i></a>
<a href=""><span class="fa fa-cart-plus"></span> 購(gòu)物車</a>
<a href="" class="header_a"><span class="fa fa-star"></span> 收藏夾 <i class="fa fa-angle-down"></i></a>
<a href="">商品分類</a>
<a href="" class="header_a">賣家中心 <i class="fa fa-angle-down"></i></a>
<a href="" class="header_a">聯(lián)系客服 <i class="fa fa-angle-down"></i></a>
<a href="" class="header_a">網(wǎng)站導(dǎo)航 <i class="fa fa-angle-down"></i></a>
</div>
</div>
<div class="clear"></div>
</div>
</body>
</html>
Correcting teacher:天蓬老師Correction time:2019-03-25 09:30:08
Teacher's summary:賣家中心 用實(shí)體空格,代替手寫空格, 是個(gè)好習(xí)慣