CSS Property:
list-style-image:
url('sqpurple.gif')
url('smiley.gif')
url('donald.gif')
none
initial
Result:
Change the list style image
See the result
CSS Code:
ul#myList {
list-style-image:
url('sqpurple.gif')
;
}
Click the property values above to see the result
W3Schools.com
- Play it