You have a division with an ID = 'div0'. What JavaScript statement would allow you to change the CSS background color of that particular division to green?
document.getElementById('div0').style.background-color='green';
document.getElementByName('div').backgroundColor='green';
document.getElementById('div0').style.backgroundColor='green';
document.getElementByClassname('div0').style.backgroundColor='green';
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here