I used the general rule for the TH
Table
tag, but that violated everything. I used the rule like:
th { color: #fff; background: #7d7e7d; }
But now I want to specify identifiers for several tables so that they do not affect other tables at all. I have done this:
#id1,#id2 th { color: #fff; background: #7d7e7d; }
what he did, and that color spread. How can I complete my task?
source share