(PCC)::[How-to-make-Superscript-formatting-using-the-sup-element-in-HTML]::[html]
<!DOCTYPE html> <html> <body> <p>This is <sup>superscripted</sup> text.</p> </body> </html>
This is superscripted text.