Атрибут list-style-type
list-style-type Attribute
{ list-style-type: disk| circle | square | decimal | lower-roman | upper-roman | lower-alpha | upper-alpha | none}
 
This property is used to determine the appearance of the list-item marker if 
'list-style-image' is 'none' or if the image pointed to by the URL cannot be 
displayed. 
 
This property is only applicable on elements with a 'display' value of 
'list-item'. 
 
This attribute is inherited.