Code the missing part of the instruction needed to access the p element.

<html>
<body>
<h3>Wired</h3>
<p id="stories">Stories from the future</p>
<script>
document.getElementById("stories");
</script>
</body>
</html>]]>

Make sure to type .getElementById("stories").