What is subscripted and superscripted texts mean? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 1

What is subscripted and superscripted texts mean?

30th Jul 2017, 10:40 AM
Dheeraj Reddy
Dheeraj Reddy - avatar
3 Antworten
+ 9
H2O => 2 should be subscripted (below). x square => 2 should be superscripted (above).
30th Jul 2017, 12:30 PM
Krishna Teja Yeluripati
Krishna Teja Yeluripati - avatar
+ 4
superscripted text is a text which is above text line, for example we can use it for writing units for volume or areas. subscripted text is a text which is under text line, for example we can use it for writing chemical formulas. I hope that I was clear enough.
30th Jul 2017, 10:49 AM
wolfsan
wolfsan - avatar
+ 3
subscripted text is a text that you want to make appear a bit below the normal baseline.. ex:- <h1>Dheeraj <sub>Reddy</sub></h1> here,Reddy will appear a bit below of Dheeraj. superscripted text is a text that you want to make appear a bit above the normal baseline.. ex:- <h1>Dheeraj <sup>Reddy</sup></h1> here,Reddy will appear a bit above of Dheeraj. here's a code example:- https://code.sololearn.com/W0WfKb4yLX7j/?ref=app
30th Jul 2017, 10:52 AM
ElricTheCoder
ElricTheCoder - avatar