Use the HTML DOM to set the text color of <p> to "red".
Hint: element.style.color = "color"
Hello World!