CSS list-style-position
Also see the full, alphabetical list of CSS properties
The CSS list-style-position property is used for specifying the position of list items.
Also see the list-style, list-style-type and list-style-image properties.
| Syntax: | list-style-position: <value>; |
| Possible Values: | If the browser/user agent doesn't recognise the type it should use decimal.
|
| Initial Value: | outside |
| Applies to: | List item elements |
| Inherited: | Yes |
| Media: | Visual |
| Example: |
ul { list-style-position: inside }
|
| Try it yourself! |
|

