HTML Formatting Hints

HTML tag formatting: You may use HTML tags to apply formatting to your content. Here are some useful HTML tags. Keep in mind that you can use any combination of tags you want to get the desired formatting.

Tag What it does How to use Result
<B> Bold <B>Text</B> text
<I> Italics <I>Text</I> text
<U> Underline <U>Text</U> text
<BR> Line Break Text <BR>Text Text
Text
<P> Paragraph Text <P>Text Text

Text