Bold <b> vs <strong> (they are not the same!)

As we saw in the previous article, <i> and <em> are not the same, and the difference is important.

Similarly, we have the difference in <b> and <strong>.

Take a look at the codepen below.

As you might have assumed based on the previous article, they look the same on the web page, but they have different meanings.

<b> => Visually bold

<strong> => Importance, Seriousness, Urgency!

Again! it's all about accessibility!

See you in the next one! Thanks!