+ 1
Difference between "bold" and "strong" tags
Hello, what is the difference between de tags <b></b> and <strong></strong>? When I write something inside there and Run the program they look similar, no, exactly the same. Sorry if my English is bad. Thank you for the answers :)
7 odpowiedzi
+ 3
they are both technically the same thing with effect soo...
+ 3
when we use <b> and <strong> in text ,it bring same result but the difference between them is:
<b> tag is use to make text bold where <strong> tag is used to mark text ,if you use <strong> to make text bold then the browser sees it as marking tag not as bolding tag
+ 2
Check the highlighted text:
https://www.sololearn.com/learn/HTML/1026/
+ 2
Visually there is no difference, but strong tag maked the specific work between tag, important to search engines.
+ 1
Can we say that strong tag is used to highlight any text?
0
A lesson I do not understand from strong