Html – How to select table rows that are simultaneously even and displayed?
I have an HTML table with odd rows colored gray. Some rows are hidden with <tr style="display: none"> and that creates the possibility for 2 consecutively displayed rows to be of the same color, as seen in the snipped below:…