MCQ
What is the correct HTML element for defining emphasized text?
A <i>
B <em>
C <strong>
D <b>
Explanation

The <em> tag is used to define emphasized text, which is typically displayed in italics but with semantic importance.