Underline a misspelled word with the <u> tag:
![]()
The <u> tag is supported in all major browsers.
The <u> tag represents some text that should be stylistically different from normal text, such as misspelled words or proper nouns in Chinese.
Tip: Avoid using the <u> element where it could be confused for a hyperlink.
Note: The HTML 5 specification reminds developers that other elements are almost always more appropriate than <u>.
In HTML 4.01, the <u> element is deprecated (the <u> element was used to define underlined text).
The <u> element is redefined in HTML5, and it represents some text that should be stylistically different from normal text, such as misspelled words or proper nouns in Chinese.
The <u> tag also supports the Global Attributes in HTML.
The <u> tag also supports the Event Attributes in HTML.
Your message has been sent to W3Schools.