'list-style-type' Syntax and Note : list style type « CSS Attributes and Javascript Style Properties « HTML CSS Reference






'list-style-type' Syntax and Note

Note:

Controls list item marker type.

Syntax:
    
element { list-style-type: value }
elementID.style.listStyleType = "value"
document.all.elementID.style.listStyleType = "value" // IE only
    

      
      








Related examples in the same category

1.'list-style-type' Example
2.'list-style-type' Possible Values
3.'list-style-type' is applied to