MCQ
What is the correct HTML for an underlined text?
A <u>
B <ins>
C <underline>
D Both A and B
Explanation

Both <u> and <ins> can underline text, though <ins> indicates inserted text semantically.