+ 1
What is the meaning of subscripted text and superscripted text?
3 Respuestas
+ 8
I guess you now chemistry and math
if you want to write H2O
the number 2 should be subscript
if you want to write x to power of 2
x2. 2 should be supeescript
so when we can to html if you want to write those symbols
H<sub>2</sub>O
2 is subscripted text
x<sup>2</sup>
in this case 2 is super scripted text
hope this helps
+ 3
X<sup>2</sup> will produce X². (² to the top of X)
X<sub>2</sub> will produce ² to the bottom of X.