Menu
The <b>
tag was previously used to make text boldface, and is still rendered as such by most browsers. In HTML5 that functionality is replaced with the <strong>
tag and is not used to style text, but instead to bring attention to the wrapped text without granting special importance.
Example:
<p>This is regular text. <b>This is bold text.</b></p>
User-submitted codepen.io examples of <b>
↴
Submit a codepen.io link that demonstrates <b>
: