W3 3.2y
4.0d
NS 3.0y
4.0y
IE 3.0y
4.0y
TV 1.2y
2.1y

<U>...</U>

Description

Change the text to underlined.

DTD

Note: This element is deprecated, and this DTD fragment is taken from the
      transitional DTD.

<!ELEMENT U - - (%inline;)*>
<!ATTLIST U
  %attrs;                              -- %coreattrs, %i18n, %events --
  >
from the HTML 4.0 DTD, "Copyright © W3C, (MIT, INRIA, Keio). All Rights Reserved."

Attributes

Core attributes: class id style title
Internationalization attributes: dir lang
Events: onclick ondblclick onmousedown onmouseup onmouseover onmousemove onmouseout onkeypress onkeydown onkeyup

Examples

Source
This example uses <U>underlined text</U>.
 
Result
This example uses underlined text.
Statistics