Home → References → CSS 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 is hosted by Titan Internet
Possible Values
inheritinsideoutside(default)
Example
li { list-style-position: inside; }

