0
0
HTMLmarkup~5 mins

Strong vs b tag in HTML - Quick Revision & Key Differences

Choose your learning style9 modes available
Recall & Review
beginner
What is the purpose of the <strong> tag in HTML?
The <strong> tag is used to indicate that the text is of strong importance or seriousness. It also helps screen readers emphasize the text for accessibility.
Click to reveal answer
beginner
What does the <b> tag do in HTML?
The <b> tag simply makes the text bold without adding any extra meaning or importance to it. It is used for styling only.
Click to reveal answer
beginner
Which tag should you use to emphasize important text for screen readers: <strong> or <b>?
You should use <strong> because it adds semantic meaning that the text is important, which screen readers can detect and announce differently.
Click to reveal answer
beginner
Does the <b> tag provide any semantic meaning to the text?
No, the <b> tag does not provide semantic meaning. It only changes the appearance to bold without indicating importance.
Click to reveal answer
intermediate
Can <strong> and <b> look the same visually? If yes, why choose one over the other?
Yes, both can look bold visually. But <strong> adds meaning for accessibility and SEO, while <b> is just for visual style without meaning.
Click to reveal answer
Which tag should you use to mark text as important for screen readers?
A<b>
B<strong>
C<em>
D<i>
What does the <b> tag do?
AUnderlines text
BMakes text italic
CEmphasizes text for screen readers
DMakes text bold without semantic meaning
Which tag is semantic and adds meaning to the text?
A<strong>
B<span>
C<b>
D<div>
If you want text to appear bold but have no special meaning, which tag is best?
A<strong>
B<em>
C<b>
D<mark>
Why is using <strong> better for accessibility than <b>?
A<strong> adds semantic importance for screen readers
B<b> adds semantic importance
C<b> is deprecated
D<strong> changes font size
Explain the difference between the and tags in HTML.
Think about meaning vs appearance.
You got /4 concepts.
    When should you use instead of in your web pages?
    Consider accessibility and meaning.
    You got /4 concepts.