16 of 133 menu

The b tag

The b tag specifies bold text in HTML.

Example

Let's look at the action of the b tag:

text <b>bold</b> text

:

See also

  • tag strong,
    which creates important bold text
  • property font-weight,
    with which you can change the boldness of the text
byenru