BASIC HTML
::
TABLES
::
FONTS
::
FONT SIZES
COLORS
::
GRAPHICS
::
LINKING
::
MUSIC
FORMS
::
LISTS
::
FRAMES
REMOTE LOADING
::
TIPS & TRICKS
FONT TAGS
Fonts can be used to change the face, color
and size. You should choose a font that
most browsers will see. If you download
a fancy font, you might be able to see it,
but your viewers will not. If a viewer
does not have that font on thier computer
it will go to the default font. The default
font is Times New Roman. It will read the
font until you put in the closing
tag of </font>
To use the font tag put this code in:
<font face="Comic Sans MS">
<font face="Lucida Casual">
It should look like this:
Technical
Comic Sans MS
Lucida Casual
To add color put this code in:
<font face="Technical" color="#ff0000">
<font face="Comic Sans MS" color="#33cc66">
<font face="Lucida Casual" color="#cc3399">
It should look like this:
Red
Green
Purple
To add size put this code in:
<font face="Technical" color="#ff0000" size=+2>
<font face="Comic Sans MS" color="#33cc66 " size=-1>
<font face="Lucida Casual" color="#cc3399" size=-6>
It should look like this:
This is +2
This is -1
this is -6
For examples on
Font sizes
For all font colors see
COLORS
All help files are printable so feel free to print them.
Back to Top