|
Tutorials: Basic HTML Tags and Attributes
FONT Tag
This tag is used to give special characteristics or attributes to text. The font style, size, and color can be specified by this tag.
|
<FONT size="2" face="arial" color="red"> This text will be viewed as ARIAL font with the size 2 and will be the color RED. All of these attributes are specified by this one tag. </FONT>
|
[Return to HTML Tutorials]
|