List - Shorthand property
- The list-style property is a shorthand property.
- It is used to set all the list properties in one declaration.
- When using the shorthand property, the order of the property values are: list-style-type, list-style-position, list-style-image.
- If one of the property values are missing, the default value for the missing property will be inserted, if any.