CSS property: list-style
Availability |
|
Usage |
elements that have a display property set to list-item |
Inherited |
yes |
Default value |
— |
The list-style property is a shorthand property used to set one or more list properties. Properties can be listed in any order.
Values
Value |
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. |
Parent topic: CSS Properties