MCQ
What is the correct HTML for bold text?
A <b>
B <strong>
C <bold>
D Both A and B
Explanation

Both <b> and <strong> display bold text, but <strong> carries semantic importance while <b> is just stylistic.