HTML Reference Guide
<FONT> ... </FONT> FONT MODIFICATION
Description:
The font tag changes text attributes in the body of your webpage. Changes can be made wherever you want them to be made without causing line breaks.
Attributes:
size - changes the size of the text. The size can be set as an absolute value or proportional, i.e. '+' or '-' a certain number. These numbers are between 1 and 7.
color - allows you to change the text color.
Example code:
<FONT SIZE=+1 COLOR="#123123">
This text will be bigger and a different color than the rest.
</FONT>
Result:
This text will be bigger and a different color than the rest.
See Also:
