This tag is used to change the size, color and face of characters.
class=class |
|
Indicates that the text between the <FONT> and </FONT>
is to be formatted using the specified class. |
color="color" |
|
The color for the
characters between the <FONT> and </FONT>. |
dir=direction |
|
Indicates the direction (right or left) that the text
is to be displayed. Useful for languages which display left to right. |
face="fontname" |
|
The font for
the characters between the <FONT> and </FONT>. |
id = "name" |
|
You can give a font a name, which allows the text
between the <FONT> and </FONT> it to be referenced and changed in a
script (dynamic HTML). |
lang="lang" |
|
Indicates the language of the text within
the document body. |
size="size" |
|
The size of the font. There are 7 sizes.
1 |
Size 1. |
2 |
Size 2. |
3 |
Size 3. |
4 |
Size 4. |
5 |
Size 5. |
6 |
Size 6. |
7 |
Size 7. |
|
style="style" |
|
Defines the style in which the font object will be
displayed. This overrides any style elements at an "outer" level, such
as from the BODY or the Cascading Style Sheet. |
title="title" |
|
You can give a font object a title if you want. This
provides some additional information about it. I'm not sure why you
would want to do this, but you could. |