HomeReferencesCSS Properties

CSS Property: list-style-position

Specifies whether the list marker for a list item should appear inside or outside the list-item box.

HTML Dog, The Book HTML Dog book cover

HTML Dog is hosted by Titan Internet

Possible Values

  • inherit
  • inside
  • outside (default)

Example


li { list-style-position: inside; }