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..
5 ответов
+ 1
thank you so much! :)
0
<!DOCTYPE html>
<html>
	<head>
		<title>Page Title</title>
	</head>
	<body>
		x<sup>x+1</sup><br>
		x<sub>i+1</sub>
	</body>
</html>
0
testing me wow
0
there u go bro
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>



