Exercise:

Use the HTML DOM to add a yellow background color to <p>.

Hint: element.style.backgroundColor = "color"

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