HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

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

Global

CSS

u
{
    text-decoration: underline;
}

Examples

1 · CSS