back

List-Style-Type

This can be used to set the appearance of the list marker.

It has many options:
(1) None, no marker is shown.
(2) Inherit, the value is inherited from its parent element.

For Unordered lists there is also:
(1) Disc, this is default and is a filled circle.
(2) Square, this is a filled square.
(3) Circle, this is a circle.

For Ordered lists there is also:
(1) Decimal, the marker is a number.
(2) Decimal-Leading-Zero, the marker is a number with leading zeros.
(3) Lower-Roman, lowercase roman numerals.
(4) Upper-Roman, uppercase roman numerals.
(5) Georgian, the marker is traditional Georgian numbering.
(6) Armenian, the marker is traditional Armenian numbering.
(7) Lower-Alpha or Lower-Latin, both of these set the marker as lowercase letters.
(8) Upper-Alpha or Upper-Latin, both of these set the marker as uppercase letters.
(9) Lower-Greek, the marker is in lowercase classical Greek.

Example