Google
CSS List-Style-Position Property

Description:
Specifies the position of the list item marker in relation to the content of the list item.
Syntax:
list-style-position: [value];
Possible Values:
  • inside
  • outside
  • inherit
Initial Value:
Outside
Applies To:
List item elements
Inherited:
Yes
Media:
Visual
Example:
ul {list-style-position: inside;}