You are here : cssCSS 3list-style-type

list-style-type - CSS 3

The list-style-type specifies the type of list-item marker in a list.


Syntax

list-style-type: value;


Example

ul.circle {list-style-type: circle;}
	ul.square {list-style-type: square;}
	ol.upper-roman {list-style-type: upper-roman;}
	ol.lower-alpha {list-style-type: lower-alpha;}


Output / Return Value


Limitations


Alternatives / See Also


Reference