‧LI網頁代碼的格式化設計: A).運用CSS格式化列表︰ ul li{list-style-type:none;} B).如果你想將網頁中的列表設計成圖像,則︰ ul li{list-style-type:none; list-style-image: url(/blog/images/icon.gif);} C).為了讓左邊對齊,可以用如下網頁代碼︰ ul
www.sungie.com.tw