explain the superscript and subscript ? howcan you apply superscript form to your text?
Answers
Answered by
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)
for example- x<sup>2</sup>(input)
x^2(output)
charmimodi:
r you satisfied...
Answered by
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