+1 vote
in HTML by
Which of the following tag is used to make the underlined text?

i) <i>

ii) <ul>

iii) <u>

iv) <pre>

1 Answer

0 votes
by

iii) <u>

The <u> tag represents some text that is unarticulated and styled differently from normal text, such as misspelled words or proper names in Chinese text. The content inside is typically displayed with an underline.

...