Syntax | selector {list-style: type position image;}
(OR)
selector {list-style: value;}
|
---|---|
Usage | The list-style property is used as a shorthand method to specify one or more of the following 3 list-style properties all in one place. All 3 of these properties are optional but at least one of them must be specified. |
Keywords |
|
Applies To | Elements that have a display property value of list-item. This is typically the default value for the HTML <li> element. |
Inherited | Yes |
Initial Value |
|
The list-style property is set to lower-alpha and inside. |