Programming Code Center(PCC)
[HTML]

(PCC)::[How-to-make-Superscript-formatting-using-the-sup-element-in-HTML]::[html]

File Name : index.html

<!DOCTYPE html>
<html>
<body>

<p>This is <sup>superscripted</sup> text.</p>

</body>
</html>

Output :

This is superscripted text.