What effect will the following CSS rule have on a web page? div{ background-color:green; }

(1 point)
Responses

The CSS rule will change the background color of all div elements on the web page to green.