TITLE
Run
<!DOCTYPE html>
<html>
	<head>
		<title>HTML Reference</title>
	</head>
	<body>
		<h1>Studytonight</h1>
		<p> this is a paragraph</p>
		<h4> this is a  heading</h4>
	</body>
</html>