Tutorials
THE WORLD'S LARGEST WEB DEVELOPER SITE

Exercise:

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

Hint: element.style.backgroundColor = "color"