Syntax | selector {list-style-position: value;}
|
---|---|
Usage | The list-style-position property is used to specify the location of the list item marker. The list item marker can be located inside or outside of the element's box. This property is specified by using a keyword according to the syntax shown above. |
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 | outside |
The list-style-position properties are set to inside and outside. |