list-style-type

List-style-type in CSS.

Syntax (
list-style-type:values;)
  • list-style-type
  • Values: none | disc | circle | square | decimal etc...
Example:

.classname{list-style-type : circle;}

0 comments