+ 2
Difference between <b> and <strong> tags
What is the difference between <b> and <strong> tags?
4 Respuestas
+ 5
Sam.there r no good difference between "<b>" &<strong> . both are use to bolt text..they usually bolt that text,if u use"<b>"or"<strong>"
+ 1
<b> and <i> are used to bold and italicise text. <strong> and <em> are used to show important text. However, there is no difference in the output of <b> and <strong> neither is there a difference between the output of <i> and <em>
0
La etiqueta <strong> resalta la palabra de mayor importancia de coló oscuro, la etiqueta <b> tambien la resalta , pero de menor importancia
0
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