textIndent 属性设置或返回第一行文本的缩进。
笔记:允许负值。如果值为负数,第一行将向左缩进。
Property | |||||
---|---|---|---|---|---|
textIndent | Yes | Yes | Yes | Yes | Yes |
返回 textIndent 属性:
object.style.textIndent
设置文本缩进属性:
object.style.textIndent
= "length|%|initial|inherit"
Value | Description |
---|---|
length | Defines the indentation in length units. Default value is 0 |
% | Defines the indentation in % of the width of the parent element |
initial | Sets this property to its default value. Read about initial |
inherit | Inherits this property from its parent element. Read about inherit |
默认值: | 0 |
---|---|
返回值: | 一个字符串,表示元素中第一行文本的缩进 |
CSS版本 | CSS1 |
CSS教程:CSS 文本
CSS 参考:文本缩进属性
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!