+ 1
Hey ! What's the difference between bold text <b>and strong text <strong>
3 Respostas
+ 10
https://www.sololearn.com/discuss/67227/?ref=app
https://www.sololearn.com/discuss/74739/?ref=app
Please use the search bar to avoid duplicates.
+ 5
Both of them make it bold
Shows the text as important
difference between the two tags is that that <strong> tag refers to presentation, while the <b> tag is a semantic label.
0
They are really similar ,but we use <strong> as rule if the text is important.
And the <b> ,too because they make it bold as you know.
You can use anyone for bold they support in every browsers.