






Bold text: <b>YOURTEXT</b>
Underlined text: <u>YOURTEXT</u>
Italic text: <i>YOURTEXT</i>
Strike through text: <strike>YOURTEXT</stike>
Changing font size: <font size=”NUMBERpx”>YOURTEXT</font>
(replace NUMBER with the font size you want)
Changing font colour: <font color=”#CODE”>YOURTEXT</font>
(replace CODE with you chosen color code)
Text on the left: <div style=”text-align:left;”>YOURTEXT</div>
Text on the right: <div style=”text-align:right;”>YOURTEXT</div>
Centered text: <center>YOURTEXT</center>