Use the HTML DOM to add a yellow background color to <p>.
Hint: element.style.backgroundColor = "color"
Hello World!