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?...






  1. 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';








Jun 08, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here