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

sup

Description

The sup element for HTML represents a superscript.

Syntax

HTML

<sup attribute-name="attribute-value"></sup>

Attributes

Global

CSS

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

Examples

1 · CSS