Tutorials
THE WORLD'S LARGEST WEB DEVELOPER SITE

Exercise:

Use JavaScript to change the text size of the <p> element to 40 pixels.

Hint: Use the document.getElementById() method to find the <p> element. Then, use the style.fontSize property to change its font size.