list-style-type

The list-style-type property changes the appearance of the marker for each list item. This property is only used when list-style-image is set to none. Bullets differ between a bulleted list (the ul element) and a numbered list (the ol element).

Syntax



list-style-type: counter-style | string | none;