+ 3
What is the difference between subscripted and superscripted...???
4 ответов
+ 5
Try this out in the code playground
Sub<sub>a</sub>
<br><br>
Sup<sup>a</sup>
+ 3
Take your nickname, for example. If it means the chemical formula of water, H ₂ O, that small 2 below the baseline is a subscript.
+ 3
@Alvaro Thanq with a grt answer...😁
+ 1
Subscript are used in many chemical components
Example :H2O, co2
actually this cannot be denoted like this so subscript is introduced.
<p>h<sub>2</sub>o</p>
Superscript are used in squares, cubes ext as power
Example :4sqare
<p>4<sup>2</sup></p>