About Help Desk .. click it
the Personals and the FAQs
cut and paste -  beginner help
design help for new webmasters
what is HTML and all that
help with images
free stuff - really
guest book, e-mail, and all that stuff


<HTML>

What is all that tag stuff about? Does anybody really know?



strange but true



Things to do with text

#1   Text comes in many sizes:
 size 1  size 2   size 3  size 4   size 5  size 6   size 7 
tag and the HTML tag for size 2 text is ....
<font size=2>this is size 2</font>

line

#2   and Text comes in many colors:
 red  green  blue   and even hideous purple  plus many, many more ...

tag and the HTML tag for red text is ....
<font color=red>this is red</font>

line
#3   and Text comes in many styles:
 italic  and  underlined  and  bold  and plain old boring normal text .....

tag and the HTML tag for bold text is ....
<B>this is bold</B>

line
and putting it all together, you can combine these font tags into a single tag that does more than one thing.

tag and the HTML tag for bold, underlined, yellow text is ....
<B><U><FONT COLOR=YELLOW>this is it
</FONT></U></B>


 Text   |    Images   |    Links   |    Real Help