Basic HTML Text Tags
Instructions:
If the text code has a question mark or a dollar sign in it, or a number or color already, those are just samples and you must change that to the desired item needed to suit you such as, a color, or a size, weight, etc etc:
.Note You can use hex value for colors or color names.
Center
<CENTER>TEXT GOES HERE</CENTER>
Line Break
<br />
Horizontal spaces
&NBSP;
Heading
<H?>TEXT GOES HERE</H?>
Bold
<B>TEXT GOES HERE</B>
Big font
<BIG>TEXT GOES HERE</BIG>
Small Font
<SMALL>TEXT GOES HERE</SMALL>
Italic
<I>TEXT GOES HERE</I>
Underline
<U>TEXT GOES HERE</U>
Strikeout
<STRIKE>TEXT GOES HERE</STRIKE>
Strikeout
<S>TEXT GOES HERE</S>
Subscript
<SUB>TEXT GOES HERE</SUB>
Superscript
<SUP>TEXT GOES HERE</SUP>
Typewriter
<TT>TEXT GOES HERE</TT>
Font Size
<FONT SIZE="3">TEXT GOES HERE</FONT>
Font Color
<FONT COLOR="WHITE">TEXT GOES HERE</FONT>
Select Font
<FONT FACE="??">TEXT GOES HERE</FONT>
Weight
<FONT WEIGHT="??">TEXT GOES HERE</FONT>
Base Font Size
<BASEFONT SIZE=?>
Preformatted
<PRE>TEXT GOES HERE</PRE>