list-style
Definition
The list-style property is a shorthand method of setting list-style-type, list-style-position and/or list-style-image. The screen shot below shows a few styles that can be applied to lists.

Example
ul {list-style: url('/images/ball.gif') disc}ol {list-style: lower-alpha inside}
Characteristics
Possible values
Default value
See individual properties
Applies to
Inherited
Yes
See also