text-indent: ***;
Browser |
|
---|
The text-indent property indents the first line of text.
p {
text-indent: 1em;
}
Property | Value | Explanation |
---|---|---|
text-indent | length or % | the indentation size |
The default is "0".
Browser |
|
---|
The text-indent property indents the first line of text.
p {
text-indent: 1em;
}
Property | Value | Explanation |
---|---|---|
text-indent | length or % | the indentation size |
The default is "0".