1.

Differences between FONT And BASEFONT.

Answer» Basefont tag is used to define default font, size and color for the whole text in an html document. On the other hand font tag is used to define font, size, color etc for a text which enclosed with in this tag.Now basefont is not supported by HTML 5 and you have to use CSS to declare a default font. Font tag is supported by HTML5.basefont tag is declared at the top in head section of html document. On the other hand you have to enclose the text within the font tag to apply changes.


Discussion

No Comment Found