Exercise:

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

Hint: element.style.fontSize = "value"

Edit This Code:
Result:
Correct Code:
Correct Result:
Exercise - © w3schools.com