Text sizes


So you want to make your fonts BIGGER?Or maybe smaller?

Well heres how you do it!

Font size 1
Font size 2
Font size 3
Font size 4
Font size 5
Font size 6
Font size 7

Well to do that we use this:
<font size="#">Your font here!</font>
So for font size 5 I would do:
<font size="5">Your font here!</font>
Got it? Great!

Colored text


Adding color too font is a lot of so im gonna teach you how to do it!

All you have to do is use this code: <font color="COLOR">your text here</font>and replace COLOR with any color you like!

Heres a example:

I love the color BLUE!

PS: Make sure that if you use a color like hotpink or lightblue that you DONT use spaces
or it wont work.

How to center text

You can center your text like this.

By using this simple code:<center>Your text</center>Just replace "Your text" with your text and thats it.

Bold, italicize, and underlined text

For bold text use:
<b>Your bolded text</b>
For italicized text use:
<i>Your italicized text</i>

For underlined text use:
<u>underlined text</u>

Making a link

Want to know how to make a link like this This is a link!

Well its easy! Heres what you do:

First you use this code: <a href="YOUR URL HERE">YOUR TEXT HERE</a> Then you replace the YOUR URL HERE with any link
and replace the YOUR TEXT HERE with what you want the link to say!