list-style

it should be a valid list-style-type value followed by a space, followed by a URL for an image , e.g.
list-style:circle url("happy_face.jpg");

list-style is a three value property, but we don't cover list-style-position so you can skip that one. See w3schools for more.

See also list-style-type and list-style-image
Back to CSS Properties
Back to Knowledge Dump