A.submit B.onsubmit C.onupload D.onresize
A.<div> B.<p> C.<h1> D.<span>
A.inputElement.style.backgroundColor = ’red’; B.inputElement.backgroundColor = ’red’; C.inputElement.style.backgroundColor = ’#0000’; D.inputElement.backgroundColor = ’#0000’;