Computer Science, asked by tariqueanwer4, 10 months ago

Mention HTML CODES TO DISPLAY THE FOLLOWING TEXT IN WEB PAGE... a H²SO⁴

Answers

Answered by VIGHNESHMENON
14

Answer:

<html>

<head>

<title>As per your choice</title>

<body>

<p>H<sup>2</sup>SO<sup>4</sup>

</body>

</html>

Explanation:

Since you want the numbers in the superscript you will have to use the <sup> tag.

Similar questions