- . |
| decimal-leading-zero | The marker is a number with a leading zero (01, 02, 03, etc.) |
| disc | The marker is a filled circle. This is the default value for
- Coffee
- Tea
- Water
- Soda
- . |
| georgian | The marker is traditional Georgian numbering. |
| hebrew | The marker is traditional Hebrew numbering. |
| hiragana | The marker is traditional Hiragana numbering (a, i, u, e, o, ka, ki, etc.). |
| hiragana-iroha | The marker is traditional Hiragana iroha numbering (i, ro, ha, ni, ho, he, to, etc.). |
| inherit | The value of the listStyleType property is inherited from the parent element. |
| katakana | The marker is traditional Katakana numbering (A, I, U, E, O, KA, KI, etc.). |
| katakana-iroha | The marker is traditional Katakana iroha numbering (I, RO, HA, NI, HO, HE, TO, etc.). |
| lower-alpha | The marker is lowercase Modify the list item marker type letters (a, b, c, d, e, etc.). |
| lower-greek | The marker is lowercase Greek letters (alpha, beta, gamma, etc.). |
| lower-latin | The marker is lowercase Latin letters (a, b, c, d, e, etc.). |
| lower-roman | The marker is lowercase Roman numerals (i, ii, iii, iv, v, etc.). |
| none | No marker is displayed. |
| square | The marker is a filled square. |
| upper-alpha | The marker is uppercase Modify the list item marker type letters (A, B, C, D, E, etc.). |
| upper-latin | The marker is uppercase Latin letters (A, B, C, D, E, etc.). |
| upper-roman | The marker is uppercase Roman numerals (I, II, III, IV, V, etc.). |
* * *
## Browser Support

All major browsers support the listStyleType property.
**Note:** The property values not supported by IE9 and Opera 11 are: cjk-ideographic, hebrew, hiragana, hiragana-iroha, katakana, and katakana-iroha.
**Note:** IE8 only supports the property values: decimal-leading-zero, lower-greek, lower-latin, upper-latin, armenian, georgian, and inherit if a !DOCTYPE is specified.
* * *
## Example
## Example
Change the type of list-item marker:
function displayResult(){
document.getElementById("ul1").style.listStyleType="square";
}
[Try it Β»](#) * * *  ## More Examples (#) View all different list-style-types. * * Style Object](#)
YouTip