References

Collection of references for web development.

HTML u tag

Description

The HTML <u> element represents inline text, normally renders as underlined text.

Example

<p>This text uses the <u>underline</u> tag.</p>