CSS Property:
list-style-type:

Result:
  • Change the list style type
  • See the result
CSS Code:

ul#myList {
  list-style-type:disc;
}
  
Click the property values above to see the result
W3Schools.com - Play it