# Line Indentation The `` tag inserts horizontal space directly after it, and before the start of each new line. It only affects manual line breaks (including line breaks created with the [`
` tag](RichTextLineBreak.md), not word-wrapped lines. You can specify the indentation in pixels, font units, or percentages. The `
` closing tag ends the indentation of lines. **Example:** ``` This is the first line of this text example. This is the second line of the same text. ``` ![Example image](../images/TMP_RichTextLineIndent.png)
_Indent every new line, with one tag_