HomeReferencesCSS Properties

CSS Property: list-style-image

Specifies an image to be used as the list marker for a list item.

HTML Dog, The Book HTML Dog book cover

HTML Dog is hosted by Titan Internet

Possible Values

  • [URI]
  • inherit
  • none (default)

Example


li { list-style-image: url(images/myface.jpg); }