HTML and CSS Reference
In-Depth Information
Name
list-style-position
Values:
inside | outside
Initial value:
outside
Applies to:
Elements whose display value is list-item
Inherited:
Yes
Computed value:
Same as declared value
Description:
Defines the position of the list marker with respect to the content of the list item. Outside
markers are placed some distance from the border edge of the list item, but the distance is not
defined in CSS. Inside markers are treated as though they were inline elements inserted at the
beginning of the list item's content.
Examples:
li {list-style-position: outside;}
ol li {list-style-position: inside;}
Search WWH ::




Custom Search