HTML u element
From Web Design and Programming
| <u> element (deprecated) | |
|---|---|
| Language: | HTML |
| Namespace: | http://www.w3.org/1999/xhtml |
| Description: | underlined text style |
| Element Group: | font style elements |
| Content Model: | inline |
| Start tag: | required |
| End tag: | required |
The <u> HTML element indicates that text should be rendered in a underlined style. The element was deprecated in HTML 4.
Contents |
[edit] Semantics
The <u> element is purely presentational and does not carry any semantic value. In general, CSS rather than HTML should be used to describe presentation.
[edit] Attributes
[edit] Example
This is <u>underlined</u> text.
[edit] See also
[edit] Specifications
This HTML article is a stub. You can help by expanding it.
