List Style Type

The list-style-type specifies the type of list-item marker in a list. Circle, disc and square can be applied to unordered lists (<ul>), commonly referred to as bulleted lists. All the rest can be applied to ordered lists (<ol>), such as those with numbers at the start.

Value Description
circleThe marker is a circle
discThe marker is a filled circle. This is default
squareThe marker is a square
armenianThe marker is traditional Armenian numbering
decimal The marker is a number
decimal-leading-zero The marker is a number padded by initial zeros (01, 02, 03, etc.)
georgianThe marker is traditional Georgian numbering (an, ban, gan, etc.)
lower-alphaThe marker is lower-alpha (a, b, c, d, e, etc.)
lower-greekThe marker is lower-greek (alpha, beta, gamma, etc.)
lower-latinThe marker is lower-latin (a, b, c, d, e, etc.)
lower-romanThe marker is lower-roman (i, ii, iii, iv, v, etc.)
upper-alphaThe marker is upper-alpha (A, B, C, D, E, etc.)
upper-latinupper-latin The marker is upper-latin (A, B, C, D, E, etc.)
upper-romanThe marker is upper-roman (I, II, III, IV, V, etc.)
cjk-ideographicThe marker is plain ideographic numbers
hebrewThe marker is traditional Hebrew numbering
hiraganaThe marker is traditional Hiragana numbering
hiragana-irohaThe marker is traditional Hiragana iroha numbering
katakanaThe marker is traditional Katakana numbering
katakana-irohaThe marker is traditional Katakana iroha numbering
none

Themeover CSS Reference

Close