Which instruction accesses the paragraph?

document.getElementById("explore")document.getElementById("tours")<html>
<body>
<h3 id="tours">Tokyo Tours</h3>
<p id="explore">
Explore Tokyo like a local.
</p>
<script>
document.getElementById("messages");
</script>
</body>
</html>]]>