Home → References → CSS Properties →
CSS Property: list-style
Specifies the style of a list item marker, combining list-style-type, list-style-position and list-style-image.
HTML Dog is hosted by Titan Internet
Possible Values
- [combination of
list-style-type,list-style-positionandlist-style-image]
Example
list-style: square inside;

