Text

Make sure you've read "Learning HTML!!!"

There are many things you can do to text, but the three basics are changing the color, size, and font. There's one basic theme to text tags. At the beginning, you write FONT with arrow tags(Ex: <font%gt;). Some people keep all their tags uppercase

Color

To change a text's color you write:


<font color="thecoloryouwant"> thetexthere </font>


For Example:

<font color="red"> Hi! </font>   =   Hi!

Size

to change the text's size you can choose from the spectrum +6 to -6:
+6 +5+4+3+2 +1-1-2-3-4 -5-6

Or you may write a number from 1 to 7
1 234 567

This is what you will write: (notice that it has the same basic layout to it as when you change a font's color's, just instead of saying COLOR, you put SIZE. Also, you don't have to make a different attribute every time you want to change text. You just add in the SIZE and the COLOR in the same tag.

<font size="+2" color="red"> Hi! </font>):


<font size="thesizeyouwant"> thetexthere </font>

<font size="+2"> Hi! </font>   =   Hi!

Font

Finally, there is its font, or it's "face." To change a font's "face", you write:


<font face="thefontyouwant"> thetexthere
</font>

<font face="Comic Sans MS"> Hi! </font>


PS: Fonts you can use depends on you computer's font folder, but you can always download fonts. All you need to do is put the file you downloaded in the C: Drive/Windows folder/Font folder.