list-style

Draft

Definition

The list-style property is a CSS property that allows you to set the appearance of the list item markers.

In most situations, you’ll find these values used for list-style.

list-style: none;
list-style: disc;
list-style: decimal;

list-style is shorthand for the following CSS properties: