HTML Font Tag


HTML Tag (not supported in HTML5).

The use of the HTML Tag defines the text within it as size, color, and face, or text in HTML output.

Note:- Do not use the HTML Tag because it is deprecated in HTML5, so you can use the CSS properties to change the font size, face, color, etc.

Example:-




  
  HTML font Tag



  

HTML font Tag Example

This is normal text without any font styling

Text with normal size and default face

Text with Increased size and default face

Text with Changed face

Output:-


Leave a Comment