Home → References → CSS Properties →
CSS Property: list-style-image
Specifies an image to be used as the list marker for a list item.
HTML Dog is hosted by Titan Internet
Possible Values
- [URI]
inheritnone(default)
Example
li { list-style-image: url(images/myface.jpg); }

