CodeLab
Tutorials For Everyone
Run
<!Doctype html> <html> <head> <title>Superscript Element</title> </head> <body> <p>Some of the text looks in superscript using sup element.</p> <h2>Tuts Insider<sup>HTML History</sup></h2> <p> <sup>I am superscript</sup>, I am normal text, try to make me superscript. </p> </body> </html>