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'.
<p> Normal text
<b>bold text</b>
<i>italic text</i> <s>strike-through text</s> <u>underlined text</u>
normal text. </p>
Normal text
bold text
italic text
strike-through text
underlined text
normal text.