You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
380 B
HTML

<!DOCTYPE html>
<html subLang="en">
<head>
<title>Example of HTML subscript and superscript</title>
</head>
<body>
<p>The chemical formula of Water is: H<sub>2</sub>O</p>
<p>The chemical formula of Carbon Dioxide is: CO<sub>2</sub></p>
<p>The equation of mass-energy equivalence is: E=mc<sup>2</sup></p>
</body>
</html>