Or more specifically...
The
<b> HTML element is used to draw the reader's attention to the element's contents,
which are not otherwise granted special importance. This was formerly known as the Boldface
element, and most browsers still draw the text in boldface. However, you should not use
<b>
for styling text; instead, you should use the CSS font-weight property to create boldface text,
or the strong element to indicate that text is of special importance.
Source
https://developer.mozilla.org/en-US/...HTML/Element/b
The
<strong> HTML element indicates that its contents have strong importance, seriousness,
or urgency. Browsers typically render the contents in bold type.
Source
https://developer.mozilla.org/en-US/...Element/strong
coothead
Bookmarks