How can I select all tr
elements except the first tr
in a table with CSS?
I tried using this method, but found that it did not work.
How can I select all tr
elements except the first tr
in a table with CSS?
I tried using this method, but found that it did not work.