单项选择题

A.< div id=”demo”style=”background-color:red;”>< /div>
B.< div id=”demo”style=”backgroundColor:red;”>< /div>
C.document.getElementById(“demo”).style.backgroundColor =“red”;
D.document.getElementById(“demo”).style.background-Color =“red”;