+ 1
Whats the difference between a subscripted and a superscripted text?
7 ответов
+ 3
Yes!!! simply sup make text little bit upper
and sub make text little bit down
+ 2
👍👍👍👍👍
happy coding....
+ 1
A2B( in mathematical formula you can see 2 is upper)
>> there 2 is superscripted which is define by <sup> tag
----------------------------------------------------------------
H2O (in water formula you can see 2 is down)
>>there 2 is subscripted which is define by <sub> tag
you can use this example:-
A<sup>2</sup>B
H<sub>2</sub>O
+ 1
same to you
0
thanks, but do they perform the same function?
0
I asked this because in the output section they are both translated as miniature sized text
0
oh I get it now, thanks