: The SUP Element
Last updated: 2026-09-12
<sup>The SUP Element
Defines superscript text shown above the baseline, used for footnotes (e.g. x²) and ordinals.
| Category | Formatting |
|---|---|
| Content Model | Phrasing content |
| Allowed Parents | Any element that accepts phrasing content |
| Content Tag | Yes — requires closing </sup> tag |
| Status | Standard |
📝 Syntax
<sup>superscript</sup>
▶ Example
Edit the code below and see the live result in the playground:
🌐 Browser Support
| Browser | |||||
|---|---|---|---|---|---|
| <sup> | ✓ v1 | ✓ v12 | ✓ v1 | ✓ v1 | ✓ v1 |
| Supported in all major browsers | |||||
Tip: Superscript is ideal for footnote numbers; pair with <a> to make clickable annotations.