Logo
  Sunday, May 20, 2012
Sign-In  |  Sign-Up  |  Contact Us  | Bookmark |  RSS Feed

HTML5 Tutorial FeedBurner

The HTML5 <basefont> Tag  
The <basefont> tag is not supported in HTML5. This tag is used to set the default font color, font size, and font family for all the text in the document.

Since the <basefont> tag is not supported in HTML5 you should use CSS to replace its functionality.

Print HTML5 <basefont> Tag Bookmark HTML5 <basefont> Tag

Related Articles  
The HTML5 <legend> Tag
The primary reason why authors of HTML documents have to use HTML5 <legend> tag is because this is important in ...
The HTML5 <command> Tag
The HTML5 <command> tag is used for specifying a particular command that can be managed by the user. This ...
The HTML5 <li> tag
The HTML5 <li> tag is utilized in different ways because this is applicable for the ordered list or <ol>, ...
The HTML5 <!--…--> Comment Tag
The HTML5 <!--…--> tag is mainly utilized for adding comment in the source code. However, do not expect the ...
The HTML5 <summary> Tag
The HTML5 <summary> tag is used by the HTML author to be able to provide heading for the <detail> element.
The HTML5 <sub> Tag
The HTML5 <sub> tag is used for making sure that the character will appear half a character below the baseline.
More