單項選擇題下列js可以讓一個input的背景顏色變成紅色的是?()

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


您可能感興趣的試卷