Tutorials
THE WORLD'S LARGEST WEB DEVELOPER SITE

Exercise:

Use the getElementsByTagName method to find the <p> element, and change its text to "Good Job!".

Syntax hint: document.getElementsByTagName("element")