sup and sub tags
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sup and Sub tags</title>
</head>
<body>
<p>a<sup><u>2</u></sup></p>
<p>H<sub><b>2</b></2></sub>O</p>
<!-- PRACTICE QUESTIONS -->
<h1>a<sup>2</sup>+b<sup>2</sup>=c<sup>2</sup></h1>
<h1>C<sub>6</sub>H<sub>12</sub>O<sub>6</sub></h1>
</body>
</html>
<!-- PRACTICE QUESTIONS -->
<p>a<sup>2</sup>+b<sup>2</sup>=c<sup>2</sup></p>
<p>C<sub>6</sub>H<sub>12</sub>O<sub>6</sub></p>
</body>
</html>
Comments
Post a Comment