+ 2
What's the difference between <b> and <strong> tags?
3 Answers
+ 13
TheĀ bĀ element represents a span of text offset from its surrounding content "without conveying any extra emphasis or importance", and for which the conventional typographic presentation is bold text; for example, keywords in a document abstract, or product names in a review.
<strong>Ā is different. It "represents a span of text with strong importance." There is semantic meaning of importance here. In fact, aĀ <strong>Ā tag within anotherĀ <strong>Ā tag has even more importance. There is nested importance.Ā ;]
+ 2
can we use both <b> and <strong> in place of each other...... does it affects search engine crawlers...which one will be better for higher ranking in search result
+ 1
Thank you for your answer ^^