List Style Type
Customize the list item markers in ordered and unordered lists using the list-style-type property.
Unordered List
The list-style-type property is used to define the style of the list item marker.
The following values below explains how to change the marker for unordered list items.
Disc
The disc value sets the list item marker to a bullet.
Circle
The circle value sets the list item marker to a circle.
Square
The square value sets the list item marker to a square.
None
The none value will not display markers on list items.
Ordered List
The following values sets the marker for ordered list items.
Lower Alpha
The lower-alpha value is used to set the marker of a list item in lowercase letters.
Upper Alpha
The upper-alpha value is used to set the marker of a list item in uppercase letters.
Lower Roman
The lower-roman value is used to set the marker of a list item in lowercase roman numbers.
Upper Roman
The upper-roman value is used to set the marker of a list item in uppercase roman numbers.
Last updated on