U
The u element 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;
}