CSS 有序或者无序列表的前面的标记 list style type 属性的实现
例子: <html> <head> <style type="text/css"> ul.none{list-style-type:none} ul.circle {list-style-type:circle} ul.square {list-style-type:square} ol.upper-roman {list-style-type:upper-roman} ol.lower-alpha {list-style-type:lower-alpha} </style> </head> <body> list
下载地址
用户评论