亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

淘寶的導(dǎo)航欄,先模范,再深入.

Original 2019-06-13 23:48:51 210
abstract:<!DOCTYPE html><html><head><meta charset="UTF-8"><title>淘寶導(dǎo)航條</title><link rel="stylesheet" href="font-aw/css/font-awesome.min.css"

<!DOCTYPE html>

<html>

<head>

<meta charset="UTF-8">

<title>淘寶導(dǎo)航條</title>

<link rel="stylesheet" href="font-aw/css/font-awesome.min.css">

<style type="text/css">


 *{margin: 0px;padding: 0px}


 a{text-decoration: none;color: #000;font-size: 13px}


 .clear{clear: both;}


 .header{width: 100%;background-color: #f5f5f5;}


 .header_content{width: 1200px;margin:0px auto;line-height: 40px;}


 .header_left{height: 40px;float: left;}


 .header_left a{margin-right: 5px}


 .header_content a:hover{color:#ff5000;}


.header_right{width:600px;height: 40px;float:right;} 


.header_a{display: inline-block;height: 40px;width: 90px;text-align: center}


.header_a:hover{background-color: #fff}


</style>


</head>

<body>

<div>

<div>

<div>

<a href="">中國大陸&nbsp &nbsp<i class="fa fa-angle-down"></i></a>

<a href="" style="color:#ff5000">親,請登錄</a>

<a href="">免費注冊</a>

<a href="">手機逛淘寶</a>

</div>

<div>

<a href=""><span class="fa fa-cart-plus"></span>&nbsp &nbsp購物車</a>

<a href=""><span class="fa fa-star"></span>&nbsp &nbsp收藏夾&nbsp &nbsp<i class="fa fa-angle-down"></i></a>

<a href="">商品分類</a>

<a href="">&nbsp &nbsp賣家中心&nbsp &nbsp<i class="fa fa-angle-down"></i></a>

<a href="">&nbsp &nbsp聯(lián)系客服&nbsp &nbsp<i class="fa fa-angle-down"></i></a>

<a href="">&nbsp &nbsp網(wǎng)站導(dǎo)航&nbsp &nbsp<i class="fa fa-angle-down"></i></a>

</div>

    </div>

    <div></div>

</div>


</body>

</html>

總結(jié):網(wǎng)頁制作第一步要需要搞清楚很多標(biāo)簽的含義,第二步要牢記標(biāo)簽的參數(shù).

第三步,制作要先搭框架,從底框開始向上搭建,分部分區(qū)完善.

第四部,優(yōu)化標(biāo)簽屬性;

目前我現(xiàn)在的程度,還在第一步,離二三四步還有很多距離,需要通過不停的網(wǎng)頁制作,增加熟悉度.

Correcting teacher:查無此人Correction time:2019-06-14 09:21:38
Teacher's summary:完成的不錯,常用的css樣式可以寫到公用文件里,每個項目都可以加載這一個公用文件。繼續(xù)加油。

Release Notes

Popular Entries