| Color andFont Codes |
| The Alteration | The Code | The Effect |
Font Colors you can name it any color | <font color=red>The font is Red</font> | The font is Red |
| Bold Letters | <b>The font is Bold</b> | The font is bold |
| Italic Letters | <i>The font is italicized</i> | The font is italicized |
| Underlined Letters | <u>The font is underlined</u> | The font is underlined |
Font Sizes can go from 1-8 in size | <font size=4>The font is size 4</font> | The font is size 4 |
| *Note: you can put size and color codes together (i.e: <font size=6 color=blue>Hey Everybody</font> = Hey Everybody) you can also add bold, italics, and underline code to them as well. |