CodeLab
Tutorials For Everyone
Run
<!Doctype html> <html> <head> <title>Subscript Element</title> </head> <body> <p>Some of the text looks in subscript using <strong>sub</strong> element.</p> <h2>Tuts Insider<sub>HTML History</sub></h2> <p> <sub>Hey buddy, i am subscript text, try to change my content.</sub> Whereas I am the normal text having simple paragraph text properties. </p> </body> </html>