HyperText Markup Language/Tag List/font
Use
Changes the appearance of the text. This tag has been deprecated.
Example
<p><font face="Arial, Sans MS" size="14" color="blue>This is a paragraph that uses the font tag and its attributes. This paragraph should also come up in a blue colour.</font></p>
Required attributes
face
Changes the font of the text.
Optional attributes
color
Changes the colour of the text.
size
Changes the size of the text.
Standard attributes
More info
A link to a page with more info, then the name of the site the info came from (i.e. W3Schools).
Last modified on 7 October 2010, at 20:01