SUP
Run
<!DOCTYPE html>
<html>
<body>

<h1>The sup tag example</h1>

<h2>Two raise to the power three is written as :- 2<sup>3</sup></h2>
<p>This text contains <sup>superscript</sup> text.</p>


</body>
</html>