Test your knowledge of using document.querySelector() to select html elements in the DOM. Try to answer all the questions before the timer goes to 0. Keep in mind that incorrect answers will be penalized 10 seconds!Good luck!
document.querySelector()
<main><section> <h1>Lorem ipsum dolor</h1> <p class="checked">Sit amet con.</p> <input type="radio" id="ipsum" name="lorem" value="lorem" checked> <label for="ipsum">dolor</label><br> <p class="ipsum">Ear alias git</p> <p id="lorem">Example: <img src="./img.gif" alt="ex1"></p> <img class="checked" src="./img.gif" alt="ex2"> </section></main>
What argument should be passed to document.querySelector('___') inorder to select the html highlighed above?
document.querySelector('___')
Your final score is 22.