代碼如下:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>菜單導(dǎo)航欄-購物列表</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><style type="text/css">*{padding:0;margin:0;}li,ul{list-style:none}.nav_bg{background:#ce2626;width:100%;color:#fff}.nav_content{width:100%;margin:0 auto;height:40px;line-height:40px}.nav(width:100%px;float:left;margin-left:200px).nav li{font-size:16px;font-weight:700;color:#fff;width:80px;float:left;text-align:center;margin-right:15px}.orange{font-weight:700;color:#f60}.nav_active{background:#b12121}a.white{color:#fff;text-decoration:none}a.white:hover{color: #ff0;text-decoration: none}</style></head>? ? <body>? ? ?<!--菜單導(dǎo)航欄 start-->? ? ?<div>? ? ?<div>? ? ?<ul>? ? ?<li><a href="shoppingIndex.html">首頁</a></li>? ? ?<li>? ? ?<a href="shoppingShow.html">最新上架</a></li>? ? ? ? ? ? ? <li>品牌活動(dòng)</li>? ? ? ? ? ? ? <li>原廠直供</li>? ? ? ? ? ? ? <li>團(tuán)購</li>? ? ? ? ? ? ? <li>限時(shí)搶購</li>? ? ? ? ? ? ? <li>促銷打折</li>? ? ? ?</ul>? ? ? ?</div>? ? ? ?</div>? ? ? ?<!--菜單導(dǎo)航欄 end--></body></html>
請(qǐng)問代碼有錯(cuò)嗎,為什么我的網(wǎng)頁顯示不了<li>的內(nèi)容,如圖,還有為什么不是橫著排列?
qq_我是小笨熊_04279522
2017-08-14 20:49:06