What is a list-style-type?
The list-style-type CSS property sets the marker (such as a disc, character, or custom counter style) of a list item element.
How to use list style property?
The list-style property can be applied to <ol>, <ul> or <li> tags. The list-style applies to elements with display: list-item. When using the list-style property, you can provide one or all of the values (list-style-type, list-style-position and list-style-image values) and they can be provided in any order.