You need to remove the default bullet points and apply a custom image as the bullet for each list item in an unordered list. How would you achieve this in CSS?

  • Apply a background image to each list item.
  • Use the list-style-image property.
  • Use the list-style-type property with the image value.
  • Use the list-style: none; property.
To remove the default bullet points and apply a custom image as the bullet for list items in an unordered list, you should use the list-style-image property and specify the URL of the image you want to use as the bullet.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *