CSS List Style Types

Below is a comprehensive list of possible values for css list types. Note that this css property is one of the more inconsistent in terms of visual cross browser consistency so keep an eye out for that.

List style types
list-style-type Marker
disc
circle
square
decimal 1,2,3,4,…
lower-alpha a,b,c,d,…
upper-alpha A,B,C,D,…
lower-roman I,ii,iii,iv,…
upper-roman I,II,III,IV,…
none

 

Custom types
list-style-image: url(url)
list-style-position: position
counter-reset: customCounterVar

 

Shorthand
list-style: type position url(url)