Html 5 font tag

In the html 5 font tag was used to identify font face, size font color and font of text and which is not support in html5 and instead of you can use font face, font size and font color at css.

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