Monday, 27 June 2016

Superscript and subscript in HTML

<html>
 <head>
<title>Superscript and subscript</title>
</head>
<body>
<p>E=MC<sup>2</sup></p>
<p>co<sub>2</sub></p>
</body>
</html>

No comments:

Post a Comment