Computer Science, asked by annu2410, 1 year ago

explain the superscript and subscript ? howcan you apply superscript form to your text?

Answers

Answered by charmimodi
2
in superscript the text will appear a bit upper and in subscript the text will appear lower than regular text


for example- x<sup>2</sup>(input)
x^2(output)

charmimodi: r you satisfied...
charmimodi: r u satisfied!!
annu2410: yaa
annu2410: thanks..
charmimodi: r you satisfied...
charmimodi: r u satisfied!!
charmimodi: r you satisfied...
charmimodi: r u satisfied!!
charmimodi: r you satisfied...
charmimodi: r you satisfied...
Answered by Anonymous
1

Answer:

<!DOCTYPE html>

<html>

<head>

<title>My Website</title>

</head>

<body>

<p>

HTML is used for <sup>designing</sup> webpages.

<br>

HTML is used for <sub>designing</sub> webpages.

</p>

</body>

</html>

Similar questions