u

Support

Specifies that the enclosed text should be displayed as underlined text.

This tag is deprecated. Use the span element or other text elements and the text-decoration style property with the value of 'underline'.

Example

<p>
    Normal text 
<b>bold text</b>
<i>italic text</i> <s>strike-through text</s> <u>underlined text</u>
normal text. </p>

Preview

Normal text bold text italic text strike-through text underlined text normal text.