list-style-position

The list-style-position property determines how the marker will be positioned relative to the text. There are two values: outside - the marker is placed outside the border of the list element and inside - the marker is wrapped around with text.

Syntax



list-style-position: inside | hanging | outside;