<U>
The U element renders text in underlined format. You can combine
this style element with other text formatting elements such as indent (I)
or bold (B). Just be careful about how you nest the tags so that they
don't overlap.
Many browsers use underlining for hyperlinks, so be careful how you use this tag in your documents.
This element is deprecated and you should utilize Cascading Style Sheets
(CSS) to define underlined elements.
A closing tag is required for this element.
Attributes
Attribute |
Description |
ID |
Identifies this tag to reference in script (program code) |
CLASS |
Define the class used to render this element (defined by a style sheet) |
TITLE |
A title that is associated with the element (displayed as a tooltip in Internet Explorer) |
STYLE |
Defines an inline style attribute which should be applied to the contents.
Attribute may be any valid CSS (Cascading Style Sheet) information. |
|
Example
Please read: <U>Moby Dick</U>
Renders As:
Please read: Moby Dick
Compatibility
This element is deprecated and should NOT be used
HTML 4.01
|