U (Underline) TAG and ATTRIBUTES

<U></U>

This element is used to indicate that the enclosed text should be displayed underlined.


ATTRIBUTES

CLASS = "class name(s)"
STYLE = "style information"

EVENTS

onclick
ondblclick
onkeydown
onkeypress
onkeyup
onmousedown
onmousemove
onmouseout
onmouseover
onmouseup


CLASS  See Cascading Style Sheets (CSS) Information.

STYLE  See Cascading Style Sheets (CSS) information.

Back to Top