abstrakt:<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>導(dǎo)航條</title> <style> &nbs
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>導(dǎo)航條</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="">免費(fèi)注冊</a>
<a href="">手機(jī)逛淘寶</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">聯(lián)系客服</a>
<a href=""class="header_a">網(wǎng)站導(dǎo)航</a>
</div>
</div>
</div>
</body>
</html>
Korrigierender Lehrer:韋小寶Korrekturzeit:2019-02-11 17:06:57
Zusammenfassung des Lehrers:寫的很不錯(cuò) 導(dǎo)航的背景色沒有哦 不過也可以 樣式還講的過去 繼續(xù)加油吧!