What effect will this CSS rule have?

tr:nth-child(odd){background-color: gray;}

(1 point)
Responses

make all of the even table rows gray

make all of the even table rows gray

make all of the odd table rows gray

make all of the odd table rows gray

make all of the table rows gray

make all of the table rows gray

make child rows

1 answer

The CSS rule tr:nth-child(odd){background-color: gray;} will:

make all of the odd table rows gray.

So, the correct response is: make all of the odd table rows gray.

Similar Questions
  1. Which CSS rule will make a web page’s background crimson?(1 point) Responses background {color: crimson;} background {color:
    1. answers icon 1 answer
    1. answers icon 1 answer
  2. Use the image to answer the question.Which element(s) in this composition can be considered part of the figure? Select all 2
    1. answers icon 1 answer
    1. answers icon 1 answer
more similar questions