# Lowercase, Uppercase, and Smallcaps The ``, ``, `` and `` tags alter the capitalization of your text before rendering. The text in the **Text** field remains as you entered it. * The `` and `` tags work as you would expect, converting to all capitals or no capitals before rendering. * The `` tag is functionally identical to ``. * The `` tag works like ``, but also reduces the size of all characters that you entered in lowercase. **Example:** ``` Alice and Bob watched TV. Alice and Bob watched TV. Alice and Bob watched TV. Alice and Bob watched TV. ``` ![Example image](../images/TMP_RichTextLetterCase.png)
_Modifying capitalization._