Possible Duplicate:
What's the difference between <b> and <strong>, <i> and <em>?
The purpose of "bold " i.e bold to make the text bold. Then what is the purpose strong tag in html? I have used strong tag to make the text bold.
So what is difference between both the tag.
What are places where i have to use "strong" tag and where i have to use bold tag.
it's really all about semantic HTML.
<b/>
tag doesn't tell you anything about the content, and is thus not a semantic representation of your content.
<strong>
on the other hand gives you an indication about the semantic meaning of the item you're putting the tag around. Same goes with
<i> and <em>.
<b>
is for presentation, and <strong>
is for context. Visual browsers usually render strong text as bold, but things such as screen readers can render it as a louder voice.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With