Back to the html tags list

HTML <basefont> Tag

The <basefont> Tag Is Deprecated

The basefont tag is depreciated, use a style or class in the <body> instead.
eg. <body style="font-family: arial;">

The reason we do not provide information on depreciated tags, is simple... we don't want you to use outdated HTML and XHTML. It just saves alot of problems such as: browser support and validation errors.

But i need information on the this tag!

If you need information on this tag we will be happy to help you on the HTML Help Forum.

Deprecated Tag

Deprecated - Definition

Depreciated tags are tags that are no longer specified in the W3C recomendation, it is strongly not advised to use these tags. As browsers are not guaranteed to support them. At HTML Tips we will always provide an alternative for a depreciated tag(unless there is no posible alternative).


Back to the html tags list