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?
✗ Incorrect
indicates strong importance and is recognized by screen readers, unlike which is only visual.
What does the <b> tag do?
✗ Incorrect
makes text bold but does not add meaning or importance.
Which tag is semantic and adds meaning to the text?
✗ Incorrect
is semantic and indicates importance, while is not semantic.
If you want text to appear bold but have no special meaning, which tag is best?
✗ Incorrect
is used purely for visual bold styling without semantic meaning.
Why is using <strong> better for accessibility than <b>?
✗ Incorrect
tells screen readers the text is important, improving accessibility.
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.