Could you write a code which includes a superscripted and a subsrcipted character? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Could you write a code which includes a superscripted and a subsrcipted character?

I tried to do it but it didn't work for me..

13th Sep 2016, 5:15 PM
Bálint Bujtor
Bálint Bujtor - avatar
5 Answers
+ 1
thank you so much! :)
13th Sep 2016, 5:27 PM
Bálint Bujtor
Bálint Bujtor - avatar
0
<!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> x<sup>x+1</sup><br> x<sub>i+1</sub> </body> </html>
13th Sep 2016, 5:22 PM
Zen
Zen - avatar
0
testing me wow
13th Sep 2016, 6:16 PM
Harryis Setiadhy
Harryis Setiadhy - avatar
0
there u go bro
14th Sep 2016, 4:59 AM
soumil
0
<html> <head> <title>Page Title</title> </head> <body> 4<sup>2</sup>=16<br> H<sub>2</sub> 0 <br> <sub>no</sub>need to<sup>thank me</sup> </body> </html>
14th Sep 2016, 4:59 AM
soumil