Language References
Specifies that the enclosed text be displayed in superscript | HTML 3.2, 4, 4.01, 5 |
HTML Syntax
<sup
class = classname
id = value
style = css properties
title = text
event = script
>
Superscripts in HTML appear slightly above the top edge of the preceding text and in a smaller font.
SUP Members
The following sample will render like this: X2 + Y2
X<sup>2</sup> + Y<sup>2</sup>
SUB