Basics
[home]
[html help]



Here's some basics in the world of HTML editing.


Remember when using these codes to not put a space between the brakets ( < and >) and the words, if there is a space the code will not work.
The code for your font, size, and color is:

< font face="FONTNAME" size=NUMBER color=COLORNAME >
Here's an example of the code shown above:


< font face="comic sans ms" size=2 color=silver >



Here are some extras:

< s > slashouts < /s >

< i > italics < /i >

< b > bold < /b>

< u > underline < /u >

< sup > super script < /sup >

< sub > sub script < /sub >

< tt > typewritter < /tt >

Hosted by www.Geocities.ws

1