Edit This Code:
See Result »
<
!DOCTYPE
html
>
<
html
>
<
body
>
<
p
>
This is
<
sup
>
superscripted
<
/sup
>
text.
<
/p
>
<
/body
>
<
/html
>
<!DOCTYPE html> <html> <body> <p>This is <sup>superscripted</sup> text.</p> </body> </html>
Result:
Privacy Policy