I want to have a table border that encompasses the entire table except for the first row.
Is there any way to do this?
I want to have a table border that encompasses the entire table except for the first row.
Is there any way to do this?
Put a border around a <tbody> instead, and make the first row a <thead>? (Adding thead/tbody if necessary?)