CSS Property:
list-style-position:

Result:
  • Change the list style position
  • See the result
CSS Code:
ul#myList {
list-style-position:inside;
}
Click the property values above to see the result
W3Schools.com - Play it