The b element is used to display bold text. It is a presentational element. Although, this element has been changed, as follows…
From w3.org…
Although previous versions of HTML defined the b element only in presentational terms, the element has now been given the specific semantic purpose of representing text “offset from its surrounding content without conveying any extra emphasis or importance, and for which the conventional typographic presentation is bold text”.
Here is an example…
<p>I <b>love</b> the change to this element.</p>
Post a Comment