Start accessing an element by typing document.getElementById().

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

Make sure to type document.getElementById().