How do you set the background color for all  elements in a table? - Study24x7
Social learning Network
29 May 2024 11:14 AM study24x7 study24x7

How do you set the background color for all <th> elements in a table?

A

th { background-color: #eee; }

B

table th { color: #eee; }

C

th { color: background; }

D

table { th-background: #eee; }

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles