CSS property: list-style
The list-style property is a shorthand property used to set some or all of the list properties. Properties can be listed in any order.
Property values
Parameter |
Description |
|---|---|
[ list-style-image | list-style-position | list-style-type ] |
This value is a whitespace-separated list of values for the list-style-image, list-style-position, and list-style-type properties. You can set from one to four values. Properties can be listed in any order. See the descriptions of the individual properties for more information about valid values. |
inherit |
This value specifies that the element inherits the list-style property value from the containing element. |
Parent topic: CSS Properties