To Change The Font Face Type: <font face="name of font">Text</font>
Example: <font face="stencil" size=4>Stencil</font> Stencil
A Few Of My Fonts (Please note that if you don't have these fonts in your computer then you will not see them!)
<font face="daniela">Daniela</font> Daniela
<font face="halloween">Halloween</font> Halloween
<font face="arial">Arial</font> Arial
To Change The Font Color Type: <font color="nameofcolor">Text</font>
Example: <font color="gold">Gold</font> Gold
Example: <font color="yellow">Yellow</font> Yellow
To Change Tha Font Size Type: <font size=5>Font 5</font>
Example: <font size=1">Font 1</font> Font 1
Example: <font size=2">Font 2</font> Font 2
Example: <font size=3">Font 3</font> Font 3
Example: <font size=4">Font 4</font> Font 4
Example: <font size=5">Font 5</font> Font 5
Example: <font size=6">Font 6</font> Font 6
Example: <font size=7">Font 7</font> Font 7
How To Use Combinations:
Example: <font color="pink" size=5 face="Daniela">Pink 5 Daniela</font> Pink 5 Daniela
Example: <font color="blue" size=3>Blue 3</font> Blue 3
To Make Bold Font Type: <b>Text Here</b>
Example: <b>Bold Font</b> Bold Font
To Make Italic Font Type: <i>Text Here</i>
Example: <i>Italic Font</i> Italic Font
To Make Typewriter Font Type: <tt>Text Here</tt>
Example: <tt>Typewriter Font</tt> Typewriter Font
Cominations: <b><i>Bold And Italic</b></i>
Example: <b><i>Bold And Italic</i></b> Bold And Italic