How to remove space above the first html table row when using border-collapse: separate?
I am using border-collapse: separate property to add spacing between table rows, and I would like to remove the spacing above the very first table row. What's the best way to do that? This is what my table looks like…