HTML <basefont> tag

HTML <basefont> tag : Definition

This tag is Not Supported in HTML5.

• HTML <basefont> tag was used in HTML 4 to design a default text-color, font-size or font-family for all the text in an HTML document.

• Since this tag is no longer uspported in HTML5, it is recommended that you use CSS properties instead of <basefont> tag such as font, font-family, font-size and color to format the text in the document.

== Important Note ==

• This tag is Not Supported in HTML5.

• The HTML <basefont> element is found within the <head> </head>tag.



<basefont> tag example :



<head>
   <basefont color="red" face="Verdana, Geneva, sans-serif" size="12">
</head>