Wednesday, 9 September 2015

Learn About Html Bold Tag

Html <b> Tag:

Example:


Usage And Definition:

<b> tag defines bold text.

Supported by following Browsers:


Difference B/W Html 4.01 & html5:

There is no difference.

Notes And Tips:

Tip:CSS "font-weight" property can also  be used to set bold text.
Note:According to html 5,<b. tag should be used as Last resort when there is no other more appropriate tag.Headings should be denoted with <h1. to <h6> tags,emphasized text should be denoted by <em> tag,important text be denoted by <strong> tag, and marked text should use <mark> tag.

Global Attributes:

<b> tag also supports global attributes in Html.

Event Attributes:

<b> tag also supports Event Attributes in html.

Related Page:

Html Text Formatting

CSS Setting Default:

Browsers will display <b> element with following default values

Example:


No comments:

Post a Comment