A. element.background = "red";
B. element.style.backgroundColor = "red";
C. element.style.background = "red";
D. element.css.backgroundColor = "red";