Solved

Identify a Style Rule That Applies Only to the Th

Question 5

Multiple Choice

Identify a style rule that applies only to the th element, and not to the td elements, and uniquely formats the table header elements to have a dark gray background and white text.


A) { background-color: #1D1D1C;
Color: #FFFFFF;
}
B) th { background-color: #1D1D1C;
Color: #FFFFFF;
Td: 0;
   }
C) th, td:0{ background-color: #1D1D1C;
Color: #FFFFFF;
   }
D) th { background-color: #1D1D1C;
Color: #FFFFFF;
   }

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions