HyperText Markup Language/Tag List/font

From Wikibooks, the open-content textbooks collection

Jump to: navigation, search

Contents

[edit] Use

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

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

[edit] Required attributes

[edit] face

Changes the font of the text.

[edit] Optional attributes

[edit] color

Changes the colour of the text.

[edit] size

Changes the size of the text.

[edit] Standard attributes

[edit] color

[edit] face

[edit] size

[edit] More info

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