CSS List-Style-Type Property

Description:
Specifies the type of list item marker to be used.
Syntax:
list-style-type: [value];
Possible Values:
- disc
- circle
- square
- decimal
- decimal-leading-zero
- lower-roman
- upper-roman
- lower-greek
- lower-alpha
- lower-latin
- upper-alpha
- upper-latin
- hebrew
- armenian
- georgian
- cjk-ideographic
- hiragana
- katakana
- hiragana-iroha
- katakana-iroha
- none
- inherit
Initial Value:
Disc
Applies To:
List item elements
Inherited:
Yes
Media:
Visual
Example:
ol {list-style-type: lower-roman;}





