HTML font Tag

Example

Specify the font size, font face and color of text:
<font size="3" color="red">This is some text!</font>
<font size="2" color="blue">This is some text!</font>
<font face="verdana" color="green">This is some text!</font>

Teach Yourself  by BH24 HTML Editor Tool!

The <font> tag is supported in all major browsers.

Definition and Usage

The <font> tag is not supported in HTML5. Use CSS instead.
The <font> element is deprecated in HTML 4.01.
The <font> tag specifies the font face, font size, and font color of text.

Tips and Notes

Tip: Use CSS to define the font, size, and color of text.