+ 7
Is there any difference between bold (<b>) and strong (<strong>)?
4 Respuestas
+ 7
From w3schools:
"According to the HTML 5 specification, the <b> tag should be used as a LAST resort when no other tag is more appropriate. The HTML 5 specification states that headings should be denoted with the <h1> to <h6> tags, emphasized text should be denoted with the <em> tag, important text should be denoted with the <strong> tag, and marked/highlighted text should use the <mark> tag."
Source:
http://www.w3schools.com/tags/tag_b.asp
+ 3
strong is html tag and bold is property css. both have same result
+ 1
Both are same, but in Modern html, <strong> is considered appropriate.
- 2
yes in writing bold is written as <b> an strong written as <strong>