HTML u Tag

Example

Underline a misspelled word with the <u> tag:
<p>This is a <u>parragraph</u>.</p>

Teach Yourself  by BH24 HTML Editor Tool!

The <u> tag is supported in all major browsers.

Definition and Usage

The <u> tag represents some text that should be stylistically different from normal text, such as misspelled words or proper nouns in Chinese.

Tips and Notes

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>.