I read the arguments regarding the strong and b tags, and I tried to see a difference between the two but failed to do so.
From the above link
>If you want to stress importance of text, use strong. If you don't want to stress importance, use the b tag or use the font-weight:bold; style on the element or in the CSS.
Am I missing something? I've been writing html for long enough time not to consider myself beginner but it still doesnt make sense to me.
Comments
I read the arguments regarding the strong and b tags, and I tried to see a difference between the two but failed to do so.
From the above link
>If you want to stress importance of text, use strong. If you don't want to stress importance, use the b tag or use the font-weight:bold; style on the element or in the CSS.
Am I missing something? I've been writing html for long enough time not to consider myself beginner but it still doesnt make sense to me.