Syntax | selector {list-style-type: value;}
|
---|---|
Usage | The list-style-type property is used to specify the style of the list item marker. This list item marker style will only be displayed if the element's list-style-image property has a value of none or the image specified by the list-style-image property cannot be displayed This property is specified by using a keyword according to the syntax shown above. |
Keywords |
Note: The list-style-type samples, shown above, may not appear identically in all browsers. |
Applies To | Elements that have a display property value of list-item. This is typically the default value for the HTML <li> element. |
Inherited | Yes |
Initial Value | disc |
The list-style-type property is set to a value of lower-alpha. |