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
circle
The marker is a circle
disc
The marker is a filled circle. This is default
square
The marker is a square
armenian
The 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.)
georgian
The marker is traditional Georgian numbering (an, ban, gan, etc.)
lower-alpha
The marker is lower-alpha (a, b, c, d, e, etc.)
lower-greek
The marker is lower-greek (alpha, beta, gamma, etc.)
lower-latin
The marker is lower-latin (a, b, c, d, e, etc.)
lower-roman
The marker is lower-roman (i, ii, iii, iv, v, etc.)
upper-alpha
The marker is upper-alpha (A, B, C, D, E, etc.)
upper-latin
upper-latin The marker is upper-latin (A, B, C, D, E, etc.)
upper-roman
The marker is upper-roman (I, II, III, IV, V, etc.)
cjk-ideographic
The marker is plain ideographic numbers
hebrew
The marker is traditional Hebrew numbering
hiragana
The marker is traditional Hiragana numbering
hiragana-iroha
The marker is traditional Hiragana iroha numbering
katakana
The marker is traditional Katakana numbering
katakana-iroha
The marker is traditional Katakana iroha numbering
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.
Themeover CSS Reference
Online CSS References: List Style Type
Online CSS Tutorials: List