CSS list-style-type Property


If the list-style-image property is set to 'none,' the list-style-type property in CSS specifies the appearance of the list item marker (such as a disc, character, or custom counter style).

Syntax

Example

Preview

Property Values

Value Description
disc The default value. A filled circle serves as the marker.
armenian Traditional Armenian numbering is used for the marker.
circle A circle serves as the marker.
cjk-ideographic The marker consists of simple ideographic numbers.
decimal A number serves as the marker.
decimal-leading-zero The marker is a number with zeros in front of it (01, 02, 03, etc.)
georgian The numbering on the marker is traditional Georgian.
hebrew The identifier is a traditional Hebrew numbering system.
hiragana Hiragana numbering is used for the marker.
hiragana-iroha Traditional Hiragana iroha numbering is used for the marker.
katakana Traditional Katakana numbering is used for the marker.
katakana-iroha Traditional Katakana iroha numbering is used on the marker.
lower-alpha Lower-alpha is the marker (a, b, c, d, e, etc.)
lower-greek Lower-greek is the marker.
lower-latin Lower-latin is the marker (a, b, c, d, e, etc.)
lower-roman Lower-roman is the marker (i, ii, iii, iv, v, etc.)
none There is no marker visible.
square A square serves as the marker.
upper-alpha Upper-alpha is the marker (A, B, C, D, E, etc.)
upper-greek Upper-greek is the marker.
upper-latin The identifier is upper-latin (A, B, C, D, E, etc.)
upper-roman Upper-roman is the marker (I, II, III, IV, V, etc.)
initial This property is set to its default value.
inherit This property is inherited from its parent element.

Supported Browsers

Property Chrome Firefox Safari Edge / IE Opera
list-style-type 1.0 1.0 1.0 4.0 3.5