b (Bold) Tag
<B> (Bold Tag)
Explanation
B tag is used to apply bold effect to the
important words in a content.
Example Code:
Result :
India is the seventh largest country by geographical area
- The word "India" has been highlighted in above text area.
- This tag can also used to provide special importance (highlight) to the keywords in a document.
It is available in the previous versions of the HTML.
It supports both
Global Attributes and
Event Attributes in HTML5.
Limitations:
It is applicable to all the browsers.