HyperText Markup Language/Tag List/font

Use edit

Changes the appearance of the text. This tag has been deprecated.

Example edit

<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 edit

face edit

Changes the font of the text.

Optional attributes edit

color edit

Changes the colour of the text.

size edit

Changes the size of the text.

Standard attributes edit

More info edit

A link to a page with more info, then the name of the site the info came from (i.e. W3Schools).