HTML Tag :<FONT></FONT>
Example Code :
<FONT SIZE=4 COLOR=Blue>This text is size 4 and BLUE</FONT><BR>
<FONT SIZE=3 COLOR=RED>This text is size 2 and in RED</FONT>
Result :
This text is size 4 and BLUE
This text is size 2 and in RED |
Definition : Everything between the opeing and closing FONT tags.. will be the size and color you specify.
Below are sixteen colors to get you started.. (using words)
SILVER
|
BLACK |
BLUE |
FUCHSIA |
GRAY |
GREEN |
TEAL
|
MAROON |
NAVY |
OLIVE |
PURPLE |
RED |
AQUA
|
LIME |
WHITE |
YELLOW |
Note: I had to change the background color for the 4 colors at the bottom of the above table so you could see them.. they are colors to be used on dark backgrounds.
You can use both Hexidecimal numbers for numerous colors.. or words as above.. As this is a basic HTML page.. words were used for ease of understanding.
Font sizes range from 1 - 7 (you can go higher but the text becomes unreadable)
Back to top