list-style-type

Previous- white-space  |  Next-list-style-image

Description

The list-style-type property specifies the type of list-item marker, and is used if list-style-image is none or if image loading is turned off.


Initial Value : disc | inherit

Applies to : elements with display value list-item

Inherited : yes

Possible Values
disc | circle | square | decimal | lower-roman | upper-roman | lower-alpha | upper-alpha | none

Example(s)
ol { list-style-type: lower-roman }

Previous- white-space  |  Next-list-style-image