| Value | Description |
|---|---|
| list-style-type | the type of list-item marker. |
| list-style-position | specifies where to place the marker |
| list-style-image | specifies the type of list-item marker |
| initial | sets this property to its default value |
| inherit | inherits this property from its parent element |
Although the list-style-type is actually a property that applies only to list items (normally <li>), it is often specified for the list tag (<ol> or <ul>). In this case, the list items inherit the property.