B tag in HTML

Bold HTML Tag
B tag is called as Bold tag. Using this you can bold your text in the html page. Its can be normally applied the font-style: bold in the text which enclosed in the <b></b>. Bold tag <b> does not convey any special semantic information.

This Tag Support by the all browser.

CSS:

b{
font-weight: bold;
}

Browser Support:
Feature Chrome Firefox IE Opera Safari
Basic support Support Support Support Support Support
Copyright Labw3