Big Text
<span style="font-size:18px">Text Here</span> NOTE: You can change the font size from 18px all the way up to like 1000px and even higher,
which I dont recommened! 36px is pretty big.
Italicize Text
<i>Text Here</i>
Strike-through Text
<s>Text Here</s>
Overline Text
<span style="text-decoration:overline">Overline Text</span>
Underline Text
<span style="text-decoration:underline">Underline Text</span>
Superscript Text
<sup<SuperscriptText</sup>
Subscript Text
<sub>Subscript Text</sub>
Color Text
<span style="color:4A708B">Color Text</span> ( Colors )
Bolded Big Color Text
<span style="color:4A708B; font-size:18px; font-weight:bold;">Bolded Big Color Text</span> ( Colors )
Highlighted Color Text
<span style="color:4A708B; background-color:CAE1FF; padding:2px; font-weight:bold;">Color Text</span> ( Colors )