By eHow Internet Editor
Rate: (0 Ratings)
Superscripts are commonly used for footnote references, as well as in mathematical formulas. In HTML, superscripts are specified using the SUP element.
tag before the text and a closing tag after. The code for x2 + y2 = 1 would appear as follows:x2 + y2 = 1
SUP element is an an exact counterpart to the SUB element, which indicates subscripts.eHow Internet Editor