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

html知識總結

original 2019-02-18 10:52:32 225
abstrait:<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>nav</title> <link rel="stylesheet" type="text/css"&
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>nav</title>
<link rel="stylesheet" type="text/css" href="css/font-awesome-4.7.0/css/font-awesome.min.css">
<style>
*{margin: 0px;padding: 0px;}
a{text-decoration: none;}
ul{list-style: none;}
.nav{margin: 0px auto;width:1200px;line-height: 70px;}
.nav_left{float:left;width:180px;height: 70px;}
.nav_left img{vertical-align:middle;}
.nav_center{float:left;margin-left:100px;width:700px;height: 70px;position: relative;}
.nav_center a{display:inline-block;width:60px;text-align: center;color: #333333}
.nav_center a:hover{color:#FF9300;}
.nav_center ul{display:none;position: absolute;}
.nav_center ul li{height: 30px;width: 60px;line-height: 30px;text-align: left;}
.nav_center ul li:hover{color:#FF9300;}
.nav_center_a:hover ul{display: block;color:#333333;}
.nav_right{float:right;width:120px;height: 70px;}
.nav_right div{display: inline-block;width: 30px;}
</style>
</head>
<body>
<div>
<div>
<img src="http://ipnx.cn/static/images/logo.png">
</div>
<div>
<a href="#">首頁</a>
<a href="#">
欄目&nbsp;<i class="fa fa-caret-square-o-down"></i>
<ul>
<li>藝術</li>
<li>健康出行</li>
<li>智能設備</li>
<li>精選課</li>
</ul>
</a>
<a href="#">言論</a>
<a href="#">精選</a>
<a href="#">業(yè)務&nbsp;<i class="fa fa-caret-square-o-down"></i>
<ul>
<li>藝術</li>
<li>健康出行</li>
<li>智能設備</li>
<li>精選課</li>
</ul></a>
<a href="#">合作</a>
</div>
<div>
<div><i class="fa fa-search" style="width: 30px;height: 30px;"></i></div>
<div><i class="fa fa-user-o" style="width: 30px;height: 30px;"></i></div>
</div>
</div>
</body>
</html>

顯示如下QQ截圖20190218104752.png

QQ截圖20190218104752.png

Professeur correcteur:天蓬老師Temps de correction:2019-02-18 10:59:12
Résumé du professeur:做得挺不錯的, 代碼也規(guī)范, 如果加上些注釋,會更好

Notes de version

Entrées populaires