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.
tag doesn’t tell you anything about the content, and is thus not a semantic representation of your content.
on the other hand gives you an indication about the semantic meaning of the item you’re putting the tag around. Same goes with