Add a nested h1 element inside the div element by coding <h1>home</h1>.

<html>
<body>
<div>
<h1>home</h1>
</div>
</body>
</html>]]>

Make sure to type <h1>home</h1>.