HTML 5: The Markup Language (ARIA Edition)

supsuperscript # T

The sup element represents superscript.

Content model #

Attribute model #

Tag omission #

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

Permitted contexts #

Typical default display properties #

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