CSS list-style
Also see the full, alphabetical list of CSS properties
The CSS list-style property is shorthand for specifying styles for list items.
Also see the list-style-type, list-style-position and list-style-image properties.
| Syntax: | list-style: <value1> <value2> ...; |
| Possible Values: |
|
| Initial Value: | not defined |
| Applies to: | List item elements |
| Inherited: | Yes |
| Media: | Visual |
| Example: |
ol { list-style: lower-roman inside }
|
| Try it yourself! |
|
