font

Support

Specifies a new font, size, and color to be used for the enclosed text.

This tag is deprecated. Use the span element or other inline text elements instead.

Example

<p>Normal text - <font color="red">red coloured text</font></p> 

Preview

Normal text - red coloured text