SUB
Run
<!DOCTYPE html>
<html>
	<body>
		<h1>The sub tag</h1>
		<h2> Chemical formula of water is H 
			<sub>2</sub>O
		</h2>
		<p>This text contains 
			<sub>subscript</sub> text.
		</p>
	</body>
</html>