The <sup> tag in HTML describes the text as a superscript text. Here the text is above the baseline of the text and that text appears in a smaller font.
Syntax:
<sup> Content... </sup>Example 1:
<!DOCTYPE html>
<html>
<head>
<title></