HTML/CSS/Text Tags/sub
"sub" Example
<html>
<head>
<title>sub element example</title>
</head>
<body>
<p align="center">H<sub>2</sub>O and CO<sub>2</sub>.</p></body></html>
<html>
<head>
<title>sub element example</title>
</head>
<body>
<p align="center">H<sub>2</sub>O and CO<sub>2</sub>.</p></body></html>