asp.net.ph

Skip Navigation LinksHome > Abakada: Back to Basics > Language References > HTML Elements > U Element

<u> Element


Renders text with an underline.HTML 3.2, 4, 4.01, 5

HTML Syntax

NOTE: Both start and end tags are required.

Remarks

The <u> element underlines the text it encloses, including gaps between words in the enclosed text.

Attributes

The <u> element has no attribute of its own, but supports global attributes common to all HTML elements.

Example

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.

External References

See Also

B   EM   I   S   STRIKE   STRONG



Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note