Articles → HTML → Subscript And Superscript Tags In HTML
Subscript And Superscript Tags In HTML
Purpose
Syntax
<!--for super script-->
<sup>text</sup>
<!--for sub script-->
<sub>text</sub>
Example
<html>
<head>
<title>superscript and subscript demo</title>
</head>
<body>
<!--for super script-->
X
<sup>2</sup> + Y
<sup>2</sup>
<br />
<!--for sub script-->
H
<sub>2</sub>O
</body>
</html>
Try It
Click to Enlarge
Browser Support
Internet Explorer | Firefox | Chrome | Safari | Opera | Edge |
---|
Yes | Yes | Yes | Yes | Yes | Yes |