Html Font Tag

In the html font tag is used to identify font face, font size, font color.Also you can use font face, font size and font color from css.All main browser supported in <font> tag.

The <font> tag optional attributes are color, face, size and standard attributes are class, dir , id, lang ,style and title.

Syntax:

<font> ... </font>

Example Code

<font style="color:red"> PHP Hypertext Preprocessor </font> is a web development dynamic web scripting programing language which can embedded into the HTML and interacts with databases.

Out Put:



PHP Hypertext Preprocessor is a web development dynamic web scripting programing language which can embedded into the HTML and interacts with databases.

In the above example has been added red color for "PHP Hypertext Preprocessor" content.





Content