一、CSS列表属性允许放置、改变列表标志,或者将图像作为列表项标志

二、属性

list-style简写列表项

list-style-p_w_picpath列表项图像

ulli{list-style-p_w_picpath:url("1.jpg");}

list-style-position列表标志位置

ul.ul1{list-style-position:inside;}ul.ul2{list-style-position:outside;}

list-style-type列表类型

ulli{list-style-type:circle;}ulli{list-style-type:decimal;}