what is subscripted text and superscripted text | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 2

what is subscripted text and superscripted text

how can I be helpful by these type of text style.....

24th Aug 2016, 1:48 AM
jehadur rahman
jehadur rahman - avatar
3 Antworten
+ 1
when we write x square (in maths) 2 is superscript and when we write o 2 (in them) 2 is subscript
24th Aug 2016, 2:35 AM
Atul Yadav
+ 1
for the word in which you use it, and the "sub" tag down , "sup" moves up to the label. "px" you can do so using.
24th Aug 2016, 9:56 AM
HawkEye
HawkEye - avatar
0
For most purposes, you can use the <sup></sup> tag to create super script text and<sub></sub> to create sub-script text. See examples below: Code : x<sup>x+1</sup> Result : xx+1 Code :x<sub>i+1</sub> Result : xi+1 those x+1 and i+1 are called superscript and subscript respectively.
24th Aug 2016, 9:56 AM
Dharavath Prudvi Raj
Dharavath Prudvi Raj - avatar