The text-indent attribute of CSS, csstext-indent
Definition and usage of the text-indent attribute:
Retrieves or sets the indentation of text in an object.
To use this attribute, an inline object must first be displayed as a block or Inline block.
Corresponding script features:TextIndent.
Syntax structure:
text-indent:<length>|<percentage>
Valid value:
<Length>: Specifies the indent of the text with the length value, which can be a negative value.
<Percentage>: Specifies the indentation of text by percentage, which can be a negative value.
Browser support:
Internet Explorer supports this attribute.
Firefox supports this attribute.
Google Chrome supports this attribute.
Operabrowser supports attributes.
Inheritance:
It has inheritance.
Instance code:
<! DOCTYPE html>
The code above also indicates that this property is inherited.
Original address: http://www.51texiao.cn/div_cssjiaocheng/2015/0606/3411.html
The most original address is: http://www.softwhy.com/forum.php? Mod = viewthread & tid = 1330.