You can use HTML in the following sections of your content: #
Supported HTML Tags #
The following HTML tags are supported for styling your content:
1. <br> – Adds a line break for better content spacing.
Example:
Line 1<br>Line 2
Output:
Line 1
Line 2
2. <b> – Makes text bold for emphasis.
Example:
This is <b>bold</b> text.
Output:
This is bold text.
3. <i> – Italicizes text for emphasis or style.
Example:
This is <i>italicized</i> text.
Output:
This is italicized text.