Skip to main content

html-tags.com

<sup>

Superscript text with typographic meaning.

Baseline: Widely available · Inline text semantics

When to use it

Exponents (x²), ordinals in some languages, footnote markers.

When not to

Not for styling raised text — only notation.

Example

E = mc2

<p>E = mc<sup>2</sup></p>
Rendered live above, source below.

Authoritative references