Read Mode
HTML
Which tag is used to underline text in HTML?
Explanation and memory cue
The HTML tag used to underline text is the <u> tag. This tag encloses the text you want to underline, for example: <u>underlined text</u>. While the <u> tag was deprecated in HTML 4, it was reintroduced in HTML5 with a semantic meaning related to non-textual annotations. However, it still renders text with an underline by default in all modern browsers. The <underline> tag is not a valid HTML tag, and option B is invalid. Therefore, the correct answer is C.