MCQ
What is the correct HTML for italic text?
Explanation
Both <i> and <em> display italic text, but <em> carries semantic emphasis while <i> is just stylistic.