jump

HTML: The Markup Language (an HTML language reference)

supsuperscript # T

The sup element represents superscript.

Permitted contents #

Permitted attributes #

global attributes
Any attributes permitted globally.

Tag omission #

A sup element must have both a start tag and an end tag.

Permitted parent elements #

any element that can contain phrasing elements

DOM interface #

Uses HTMLElement.

Typical default display properties #

sup {
vertical-align: super;
font-size: smaller; }