CSS List-Style-Position Property
CSS 1 |
CSS 2 |
CSS 3 |
|
|
|
|
Description
Specifies the position of the list item marker in relation to the content of the list item.
Syntax
list-style-position: [value];
Possible values
- inside
- outside
- inherit
Initial Value
Outside
Applies To
List item elements
Inherited
Yes
Media
Visual
Example
ul {list-style-position: inside;}