u
Description
The u element for HTML represents a span of text with an unarticulated, though explicitly rendered, non-textual annotation, such as labeling the text as being a proper name in Chinese text (a Chinese proper name mark), or labeling the text as being misspelt.
Syntax
HTML
<u attribute-name="attribute-value"></u>
Attributes
CSS
u { text-decoration: underline; }