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 = _____;
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 = _____;