HTML font Tag
The HTML <font> tag is used to define the font size, color, and face of text in a document. This tag has been removed from HTML5. We can use CSS properties instead of font tag such as font-family, font-size and color to format the text. Not Supported in HTML5. Syntax <font>Text Content...</font> Example <!DOCTYPE html> <html> <head> <title>HTML font tag example </title> </head> <body> <h2>Font…
View On WordPress


















