This <b> element marks the text to be emphasized in boldface.
<b> |
Yes | Yes | Yes | Yes | Yes |
None.
The <b> tag supports the Global Attributes in HTML.
The <b> tag supports the Event Attributes in HTML.
b { font-weight: bold; }
A demo showing how to use b tag.
<html>
<body>
This formulation is
<b>new</b> and
<b>improved</b>
</body>
</html>