<html>
<body>
<h1 id="rental">Retro Movie Rental</h1>
<p id="favorite">We have your favorite oldie</p>
<script>
document.getElementById("rental");
</script>
</body>
</html>]]>Make sure to pick document
, followed by .getElementById
, and finally "rental"
.