HTML Format Guide
In select places you can use HTML formatting to elevate the dynamic and professional look of your communications. This guide explains the basics of how to use HTML and provides helpful examples showing these tools in action!
Paragraph breaks:
You can use <br> for line breaks
How you would enter this:
How it looks once saved:
Bold text:
<b> and </b> for bold
How you would enter this:
How it looks once saved:
Italic text:
<i> and </i> for italics
How you would enter this:
How it looks once saved:
Hyper-Links:
<a href="url">link text</a>
How you would enter this:
How it looks once saved:
Here is an example showing all these tools in use together: