Text Codes
Bold
Text
<strong>Text Here</strong>
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:FF0000">Color Text</span> (Colors)
Bolded
Big Color Text
<span style="color:0000FF; 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
)
OVERLAPPING
Text
Example
<span style="color: #4A708B; font-size:48px; font-weight:bold;
line-height: 14px; letter-spacing: -5pt;">OVERLAPPING</span>
<span style="color: #4F94CD; font-size:36px; font-weight:bold; line-height:
14px; letter-spacing: 0pt; text-transform: lowercase;">Text Example</span>
|