You have already completed these exercises!
Do you want to take them again?
You completed the JS HTML DOM Elements Exercises from W3Schools.com
Share on:
What is a legal syntax for returning all the <p> elements of a document?
document.getElementsByTagName('p')
document.paragraphs
document.getElements('p')