Which of the following property assigns a graphic image to a list item?
A
list-style-type
B
list-style-image
C
list-style
D
list
Correct Answer: list-style-image
list-style-type defines labels for a list of item. List-style property set all the properties for a list. List-style-image assign image to a list item. Syntax: list-style-image: url(url of image) | none