list-style-type
Name: list-style-type
Description: Specifies the type of list item marker to be used.
Browser Compatibility: IE 4+ / NN 4+ / O 3.5+
Inherited: Yes
Values:
- armenian
- cjk-ideographic
- disc
- decimal
- decimal-leading-zero
- georgian
- hebrew
- hiragana
- hiragana-iroha
- inherit
- katakana
- katakana-iroha
- lower-alpha
- lower-greek
- lower-latin
- lower-roman
- none
- square
- upper-alpha
- upper-latin
- upper-roman
Code Example:
ol {list-style-type: lower-roman;}
Comments: This property is used if the list-item-image
has a value of none
or cannot be displayed.