+ 1
What's the difference between bold text and strong text?
What's the difference between bold text and strong text? Also what's subscribed and superscripted text?
2 Respuestas
+ 10
<b> and <strong> generally do the same thing in most of the browsers. The only difference is in their meanings: why and when would you make the text bold or strong? - https://stackoverflow.com/questions/2243074/is-it-ok-to-use-strong-in-place-of-b-blindly
Subscripted means below the script and
Superscripted means above the script. It can be well understood if you just try and work with them in an HTML editor (eg. Code Playground).
0
Bold is the old way of and strong is the new way