YoucreateaWebpagethatcontainsthefollowingcode.Youneedtoensurethatwhentheuserclicksaniteminthelist thetextcolorofthe"Welcome!"messagewillchange.Whichdeclarationshouldyouuse?()
YoucreateaWebpagethatcontainsthefollowingcode.Youneedtoensurethatwhentheuserclicksaniteminthelist,thetextcolorofthe"Welcome!"messagewillchange.Whichdeclarationshouldyouuse?()

A.<ulid="color"> <lionclick="changeColor(this.innerText);">Black</li><lionclick="changeColor(this.innerText);">Red</li></ul>
B.<ulid="color"> <lionclick="changeColor(this.style.color);">Black</li><lionclick="changeColor(this.style.color);">Red</li></ul>
C.<ulid="color"><li><aonfocus="changeColor(this.innerText);">Red</a></li><li><aonfocus="changeColor(this.innerText);">Black</a></li></ul>
D.<ulid="color"> <li><aonfocus="changeColor(this.innerText);">Red</a></li><li><aonfocus="changeColor(this.innerText);">Black</a></li></ul>