HTML

HTML Intro

HTML Intro Quiz

HTML Intro Exercise

HTML Basics

HTML Basic Quiz

HTML Basic Exercise

HTML Advance

HTML Advance Quiz

HTML Advance Exercise

HTML Tags List

HTML Global Attributes

HTML Attributes

FAQs

HTML b Tag

HTML b Tag

 

 

The b tag specifies bold text without any extra importance. Normally, for bolding a text, we use the strong tag or font-weight: bold property, but this b tag can also be used for bolding a text.

 

Uses of b tag:-

 

  • It makes text bold
  • specifies important word
  • specifies the heading of the content
  • make important words more clearer to the user

 

Syntax:-

 

Its syntax is:- < b >

Code Explanation

All Tutorials related to HTML Tags List

All Sections related to HTML