HTML: Subscript and Superscript Tags

Subscript and Superscript If you are thinking what is subscript and Superscript, just reread your chemistry and maths books for reference! Confused huh? See the image below You may got it now. (guess I reminded you of your school) Yes, it is called Superscripting and subscripting. For this we have two tags Namely <sup> is used for Super Script <sub> is used for Sub Script Remember these two are paired tags Means they have closing tags! Let's see the sample code below: <html> <head> <title> Subscript And Superscript </title> </head> <body> <h1> Subscript and Superscript <h1 <p><b> Algebric Identity :</b>(a - b)<sup> 2 </sup> = a <sup> 2 </su...