# Bold and Italic
You can apply bold and italic styling to your text with the `` and `` tags respectively. The [font Asset](FontAssetsProperties.md) defines how bold and italicized text looks when rendered.
The closing `` and `` tags revert to the text's normal appearance.
**Example:**
```
The quick brown fox jumps over the lazy dog.
```
![Example image](../images/TMP_RichTextBoldItalic.png)
_Bold and italic._