list-style

Previous- list-style-position  |  Next-position

Description

The list-style property is a shorthand for the list-style-type, list-style-position, and list-style-image properties.


Initial Value : not defined

Applies to : elements with display value list-item

Inherited : yes

Possible Values
<list-style-type> || <list-style-position> || <list-style-value>

Example(s)
ul { list-style: upper-roman inside }  /* any ul */
ul { list-style: url("http://png.com/ellipse.png") disc }

Previous- list-style-position  |  Next-position