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

做一個(gè)簡(jiǎn)單的橫向的導(dǎo)航

original 2019-01-12 22:30:16 188
abstrait:<!DOCTYPE html> <html> <head>     <meta charset ="utf-8">     <style type="text/css"> &nbs
<!DOCTYPE html>
<html>
<head>
    <meta charset ="utf-8">
    <style type="text/css">
    ul li{list-style:none;width:100px;height:20px;background-color:red;float:left;}
    </style>
</head>
<body>
    <ul>
        <li>導(dǎo)航1</li>
        <li>導(dǎo)航2</li>
        <li>導(dǎo)航3</li>
    </ul>
</body>
</html>


Professeur correcteur:天蓬老師Temps de correction:2019-01-13 09:42:04
Résumé du professeur:你這是導(dǎo)航, 別逗了, 連個(gè)鏈接都不放. <li><a href="">導(dǎo)航1</a></li> <li><a href="">導(dǎo)航2</a></li> <li><a href="">導(dǎo)航3</a&

Notes de version

Entrées populaires