Menu
×
×
Correct!
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. |
Edit This Code:
Result:
|
Correct Code:
Result:
|