(Solved) : Question 1 4 Pts Correct Syntax Display Table Rows Alternating Colors Group Answer Choices Q43950774 . . .
Question 1 4 pts
What is the correct syntax to display table rows in alternatingcolors?
Group of answer choices
td:even {background-color: #CCC;}
tr:nth-child(even) {background-color: #CCC;}
tr:even {background-color: #CCC;}
td:nth-child(even) {background-color: #CCC;}
Which syntax example is correct?
Group of answer choices
p {color: black;}
{p: color=black(p;}
{p; color: black;}
p:color=black;
Expert Answer
Answer to Question 1 4 pts What is the correct syntax to display table rows in alternating colors? Group of answer choices td:even…
OR