< All the HTML Tags >

<b></b>

Video Coming Soon...

  • b

    Tag Type

    inline

    Tag Category

    text formatting

    Defines bold text

    Viewed

    1

    Examples

    1

Definition:

The HTML <b> tag is used to make text bold without implying any special importance or emphasis.

Unlike the <strong> tag, which indicates that the enclosed text has a stronger significance, <b> is purely visual and does not convey any additional meaning to assistive technologies. It's useful when bolding text for styling purposes without altering the content's meaning.

The `<b>` tag is often used to highlight keywords or phrases in text that need to stand out visually but are not semantically important.

Attributes:

Global attributes (e.g., class, id, style) (e.g., class, id, style)

Accessibility:

Coming Soon…

Default b Example:

Using the <b> tag to make text bold.
<b>Bold text</b>

Default b Result:


Coming Soon…

Community Examples:

Coming Soon…
Coming Soon…