LIST-STYLE-POSITION Property In CSS
list-style-position Property in CSS
list-style-position property Declares the position of the list marker.
Possible Value:
inside outside
Exampleol { list-style-position:inside; }
ul { list-style-position:outside; }