单项选择题

A.inputElement.style.backgroundColor = ’red’;
B.inputElement.backgroundColor = ’red’;
C.inputElement.style.backgroundColor = ’#0000’;
D.inputElement.backgroundColor = ’#0000’;