Bold, Italic, and Underline
Here's how to make bold, italicized or underlined text with HTML.
Place a "tag" on either side of the text you wish to format, like so:
<b>These HTML tags will make text bold</b>
<i>These HTML tags will put the text in italics</i>
<u>These HTML tags will underline text</u>
You can also combine HTML tags so that you can have bold and underlined text. Here's how
Of course, if you're using Mainspring, you don't need to use HTML! Contact us for a demo!