(Choose 1 answer)
What code do you use to change the inner-text color of the tag p?<p id="demo">Hello World</p>
A. #demo.style.color="red"
B. document.style.color("demo)="red";I
C. document.getElementByName(#demo).style="red"
D. document.getElementById("demo").style.color="red";
Exit 4