0
Whats a subscript and a super script used for
<sub></sub>,<sup></sup>
2 Respuestas
+ 5
Subscript places text small and above regular text. They're like how you write exponentials.
Ex: 7<sub>2</sub> writes out 7².
Superscripts are similar, but places the text lower. The only example I can think of is chemical formulae.
+ 1
<p>h<sub>2</sub>o</p>
<p>h<sup>2</sup>o</p>
Try it in your browser