Атрибут list-style
list-style Attribute
{ list-style: <keyword> || <position> ||
<url>}
This property can be set on any element, and it will inherit normally down
the tree. However, the 'list-style' will only be displayed on elements with a
'display' value of 'list-item'. In HTML this is typically the case for the 'LI'
element.
The 'list-style' property is a shorthand notation for setting the three
properties 'list-style-type', 'list-style-image', and 'list-style-position' at
the same place in the style sheet.
This attribute is inherited.
Settings
If no type is specified, the default is disc and the default position is
outside.