Language References
Renders text with an underline. | HTML 3.2, 4, 4.01, 5 |
HTML Syntax
<u
class = classname
id = value
style = css properties
title = text
event = script
>
The U element underlines the text it encloses, including gaps between words in the enclosed text.
U Members
The following shows how the U element may be used.
<p>This text has <u>some underlined words</u>.</p>
which would render on a Web page as
This text has some underlined words.