Answer & Solution
Answer: Option A
Solution:
To change the background color of an HTML element using JavaScript, you can modify the style property of the element. For example, element.style.backgroundColor = "color"; sets the background color of the element to the specified color.