Htmlpedia
Advertisement


B
Usage Specifies bold text
Supported On Chrome, Edge, IE, Firefox, Safari, Opera
See Also http://www.w3schools.com/tags/tag_b.asp

<b> is an HTML element that specifies bold text. This HTML tag will work on all browsers.

See also: <strong>

Example[]

Code:[]

<b>Bold Text</b>

Result:[]

Bold Text

Browser Support[]






   Chrome          Internet Explorer             Firefox             Safari            Opera

Yes Yes Yes Yes Yes

Advertisement