MCQ
What is the correct HTML for bold text?
Explanation
Both <b> and <strong> display bold text, but <strong> carries semantic importance while <b> is just stylistic.