CSS list-style-type Property


The list-style-type property in CSS specifies the appearance of the list item marker (such as a disc, character, or custom counter style) if ‘list-style-image’ has the value ‘none’.

The list-style-type specifies the type of list-item marker in a list.

A list marker can have three types: glyphs (circle, disc, square), numbering systems, and alphabetic systems.

CSS Syntax

list-style-type: value;

Supported Browsers:

  • Firefox: 52.0, 2.0 -moz-
  • Google Chrome: 50.0, 4.0 -webkit-
  • Internet Explorer: 10.0
  • Safari: 9.0, 3.1 -webkit-
  • Opera: 37.0, 15.0 -webkit-, 11.1

Example -