Tutorials
THE WORLD'S LARGEST WEB DEVELOPER SITE

Exercise:

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

Hint: element.style.color = "color"