CSS Properties: How to specify an image as the list-item marker in a list
Solution:
HTML Code:
Explanation:
- This HTML document demonstrates how to specify an image as the marker for list items.
- CSS comments are added to explain each section of the code.
- The li selector targets all list items.
- The list-style-image property specifies the URL of the image to be used as the marker for list items.
Live Demo:
See the solution in the browser
Supported browser
![]() |
![]() |
![]() |
![]() |
![]() |
Yes | Yes | Yes | Yes | Yes |
What is the difficulty level of this exercise?
Test your Programming skills with w3resource's quiz.