What will this CSS rule do?

.reviews {background-color: purple;}

(1 point)
Responses

The pages for the website titled reviews will appear in purple.

The pages for the website titled reviews will appear in purple.

The text for the element with the id reviews will be purple.

The text for the element with the id reviews will be purple.

The page with the heading reviews will have a purple background.

The page with the heading reviews will have a purple background.

Elements in the class called reviews will have a purple background.

Elements in the class called reviews will have a purple background.

1 answer

The correct response is:

Elements in the class called reviews will have a purple background.

This CSS rule applies a purple background color to all elements that have the class name "reviews".