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

HTML5 Tutorial FeedBurner

The HTML5 <b> Tag  
The HTML5 <b> tag is used to specify bold text. It is supported by all major browsers like Safari, Firefox, Opera, Google Chrome and Internet Explorer.

The HTML5 <b> tag is used this way:

This word will be displayed in <b>bold</b>.

According to the HTML5 specifications, the HTML5 <b> tag has to be the last option to use if no other tag is more appropriate to use. The HTML5 specifications specifies that when formatting headings, the <h1> to <h6> headings should be more appropriate to utilize instead of the HTML5 <b> tag.

The HTML5 <b> tag is also capable of supporting the Global Attributes and Event Attributes in HTML5.

Print HTML5 <b> Tag Bookmark HTML5 <b> Tag

Related Articles  
The HTML5 <nav> Tag
The main role of the HTML5 <nav> tag is to establish major block for the navigation links.
The HTML5 <abbr> Tag
The main purpose of the HTML5 <abbr> Tag is to indicate that the text is an abbreviation or an acronym.
The HTML5 <acronym> Tag
The HTML5 <acronym> Tag is not supported in HTML5. It is originally used for HTML4.01 to define the acronyms.
The HTML5 <a> Tag
The HTML5 <a> tag is essential when it comes to determining a particular hyperlink. The <a> tag enables to ...
The HTML5 <dfn> Tag
The HTML5 <dfn> tag is useful when it is necessary for the author to provide a definition of a term.
The HTML5 <frame> Tag
The HTML <frame> tag is not supported in HTML5. Before the use of HTML5, the HTML <frame> tag is utilized ...
More