<u>
HTML <u> Element Reference
The HTML <u> element marks text with a non-textual annotation, such as a misspelling indicator.
Categories
- Text-level semantics
Tag omission
Consult the HTML Living Standard for the precise tag-omission rules.
Content model
- Detailed content-model guidance will be added to this reference.
Attributes
Examples
Example
A practical u element example.
<p>The spellchecker marked <u class="spelling">recieve</u>.</p>