







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

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
and the HTML tag for size 2 text is .... <font size=2>this is size 2</font>
|
 |
#2 and Text comes in many colors:
red green blue
and even hideous purple plus many, many more ...
and the HTML tag for red text is .... <font color=red>this is red</font>
|
 |
#3 and Text comes in many styles:
italic and underlined and bold and plain old boring normal text .....
and the HTML tag for bold text is .... <B>this is bold</B>
|
 |
and putting it all together, you can combine these font tags into a single tag that does more than one thing.
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
|