当前位置: 首页 > 网络学院 > 网页制作基础教程 > CSS > CSS list-style属性
The list-style property is a shorthand property for setting all the properties for a list in one declaration.
list-style 属性可使用一句声明便可以设置所有list属性。
Inherited: Yes
继承性:有
ul { list-style: disc outside } ol |
值 | 描述 |
---|---|
list-style-type list-style-position list-style-image | Sets the properties for a list 设置list属性 |