当前位置: 首页 > 网络学院 > 网页制作基础教程 > CSS > CSS list-style-position属性
The list-style-position property places the list-item marker in the list.
list-style-position 属性可设置放置list-item标签的位置
Inherited: Yes
继承性:有
ol { list-style-position: inside } |
值 | 描述 |
---|---|
inside | Indents the marker and the text. 表项目标记放置在文本以内,且环绕文本根据标记对齐 |
outside | Keeps the marker to the left of the text 列表项目标记放置在文本以外,且环绕文本不根据标记对齐(默认值) |