Multiple Choice
Which of the following is the proper way to dynamically access the background color
A) document.body.style.BackgroundColor
B) document.body.attributes.BackgroundColor
C) document.body.style.backgroundColor
D) document.body.style.background-color
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: An HTML5 element inside another element is
Q3: What is the significance of the second
Q4: The elements in a web page are
Q5: Which of these is the method of
Q6: Which of the following is not a
Q7: The fifth link on a page can
Q8: Function getElementById returns a(n)_.<br>A) boolean<br>B) string<br>C) id
Q9: In the statement node1.replaceChild( node2, node3 )