Tutorials
THE WORLD'S LARGEST WEB DEVELOPER SITE

Exercise:

Use the HTML DOM to change the text size of <p> to 40 pixels.

Hint: element.style.fontSize = "value"