Which ID do we use to access the h3 element?

devicebasic<html>
<body>
<h1>The New York Times</h1>
<h2 id="basic">Basic subscription</h2>
<h3 id="device">
Unlimited reading on any device
</h3>
<script>
</script>
</body>
</html>]]>