# Indentation The `` tag controls the horizontal caret position the same way the [``](RichTextPos.md) tag does, but the effect persists across lines. Use this tag to create text patterns, such as bullet points, that work with word-wrapping. You specify indentation in pixels, font units, or percentages. **Example:** ``` 1. It is useful for things like bullet points. 2. It is handy. ``` ![Example image](../images/TMP_RichTextIndentation.png)
_Using indentation to make a list._