Which of the following property assigns a graphic image to a list item?
Which of the following property assigns a graphic image to a list item? 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