list-style-position

Previous- list-style-image  |  Next-list-style

Description

This property determines where the marker is placed in regard to the list item. If the value inside is used, the lines will wrap under the marker instead of being indented.


Initial Value : outside

Applies to : elements with display value list-item

Inherited : yes

Possible Values
inside | outside | inherit

Example(s)
ul { list-style: outside }

Previous- list-style-image  |  Next-list-style