what is difference between <b> and <strong > tag? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 3

what is difference between <b> and <strong > tag?

8th Sep 2016, 1:13 PM
udipta
udipta - avatar
5 Réponses
+ 8
"Bold" is a style - when you say "bold a word", people basically know that it means to add more, let's say "ink" around the letters until they stand out more amongst the rest of the letters. That, unfortunately, means nothing to a blind person. And on mobile phones and other PDAs, text is already bold because screen resolution is very small. You can't bold a bold without screwing something up. <b> is a style - we know what "bold" is supposed to look like. <strong> however is an indication of how something should be understood. "Strong" could (and often does) mean "bold" in a browser, but it could also mean a lower tone for a speaking program like Jaws (for blind people). And strong on a Palm Pilot may be an underline (since you can't bold a bold). HTML was never meant to be about styles. Do some searches for "Tim Berners-Lee" and "the semantic web". <strong> is semantic - it describes the text it surrounds ("this text should be stronger than the rest of the text you've displayed") as opposed to describing how the text it surrounds should be displayed ("this text should be bold"). from: http://stackoverflow.com/questions/271743/whats-the-difference-between-b-and-strong-i-and-em
8th Sep 2016, 1:49 PM
Scotti
Scotti - avatar
+ 2
B is to make the text bold whereas Strong is used when you want to emphasize a given text .. Same in the case of 'i' and 'em'..
8th Sep 2016, 8:06 PM
Naz
Naz - avatar
+ 1
There is no difference, but you should use css instead: font-weight: bold;
8th Sep 2016, 1:18 PM
Zen
Zen - avatar
0
text color of "strong" is little more darker than "bold".
11th Sep 2016, 2:50 PM
Muhammad Taha
Muhammad Taha - avatar
0
bold для визуального выделения, а strong для смыслового.
16th Sep 2016, 2:53 PM
Станислав Береговой
Станислав Береговой - avatar