Can I apply styles to alternating rows in an HTML table using only element hierarchy selectors and avoiding style names?
I am tasked with styling the HTML output generated by a server component, which does not include styles for alternate rows. While I could use JavaScript or modify the component itself, I am interested in whether this can be achieved solely through CSS.
Thank you, Konstantin