Menu
×
×
Correct!
Exercise:Use JavaScript to add a red background color to the <p> element. Hint:
Use the document.getElementById() method to find the <p> element. |
Edit This Code:
Result:
|
Correct Code:
Result:
|