Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</title> <style> sup { vertical-align: sup; font-size: medium; } </style> </head> <body> <h1>Example of the sub tag</h1> <p> Here is some text <sup> with the sup tag</sup>. </p> <p> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis ... </p> <p> Reference site about Lorem Ipsum, <sup> giving information on its origins</sup>, as well as a random Lipsum generator. </p> </body> </html>