MCQ
What is the correct HTML for italic text?
A <i>
B <em>
C <italic>
D Both A and B
Explanation

Both <i> and <em> display italic text, but <em> carries semantic emphasis while <i> is just stylistic.