Tutorials
THE WORLD'S LARGEST WEB DEVELOPER SITE

Exercise:

Use JavaScript to change the HTML content of the <p> element to "Hello World!".

Hint: Use the document.getElementById() method to find the <p> element. Then, use the innerHTML property to change its HTML content.