Exercise:

Use the HTML DOM to set the text color of <p> to "red".

Hint: element.style.color = "color"

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