0 / 60 seg.

What method should you use to get the first <p> element on a page?

<p id="first">First</p>
<p id="second">Second</p>
const p = _____;