Is there any difference between bold (<b>) and strong (<strong>)? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 7

Is there any difference between bold (<b>) and strong (<strong>)?

16th Jul 2016, 8:26 PM
Daniel Mertins
Daniel Mertins - avatar
4 Antworten
+ 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
28th Nov 2016, 1:18 AM
Daniel Mertins
Daniel Mertins - avatar
+ 3
strong is html tag and bold is property css. both have same result
26th Nov 2016, 2:23 AM
Raul
+ 1
Both are same, but in Modern html, <strong> is considered appropriate.
19th Jul 2016, 10:16 AM
Abdullah Zakir
Abdullah Zakir - avatar
- 2
yes in writing bold is written as <b> an strong written as <strong>
27th Nov 2016, 6:56 AM
ianto
ianto - avatar