U
Run
<!DOCTYPE html>
<html>
	<body>
		<h1>The u tag example</h1>
This is a 
		<u>Sentennnnceee</u>
		<p>This is my misspelled 
			<u>parrragraph</u>
		</p>
	</body>
</html>