From http://www.w3schools.com (Copyright Refsnes Data)
The u element is deprecated.
ExampleUnderline text with the <u> tag:
|
The <u> tag defines underlined text.
The <u> tag is supported in all major browsers.
The u element was deprecated in HTML 4.01, and is not supported in XHTML 1.0 Strict DTD.
Tip: Do not underline text! A user confuses it with a hyperlink!!
id, class, title, style, dir, lang, xml:lang |
For a full description, go to Standard Attributes.
onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup |
For a full description, go to Event Attributes.
From http://www.w3schools.com (Copyright Refsnes Data)