Contact Number
Email Address

font

font

HTML <font> Tag

Definition and Usage

The <font> tag specifies the font face, font size, and color of text.The font tag was brought in early in HTML’s life to allow designers to change the size, typeface and colour of their text. Fonts play very important role in making a website more user friendly and increasing content readability. Font face and color depends entirely on the computer and browser that is being used to view your page but you can use HTML <font> tag to add style, size, and color to the text on your website. You can use a <basefont> tag to set all of your text to the same size, face, and color. To change any of the font attributes at any time within your webpage, simply use the <font> tag. The text that follows will remain changed until you close with the </font> tag. You can change one or all of the font attributes within one <font> tag.

Syntax

<font> </font>