back

Font

Tag: <font>

The font tag is used to set the style, colour and size of text. The attributes: face (to set the type), color (font colour), and size (the size).
The closing tag (</font>) should be placed after the selected text.

This tag is not supported in HTML5, use CSS instead.

Example