Tables for Layout
The cluster debates the merits and drawbacks of using HTML tables for web page layouts, comparing them to modern CSS tools like Flexbox and Grid, with references to historical practices and semantics.
Activity Over Time
Top Contributors
Keywords
Sample Comments
There was a reason people used to do layout with tables...
Let he who has not used table-based layout cast the first stone ...
Flexbox, grid. You're all forgetting the best way to build layouts: ol' reliable, .
I think tables for layout are severely underrated...
Tables are not a layout tool, and you'll cause more problems than you solve by using them that way.
9 years ago, using tables for layout was already considered a bad practice. Yet here we are...
Funny, this very page you're commenting on uses tables for layout.
Using tables for layout? No thanks.
Anyone who have usee tables for layout (I have) knows that it is nothing like that.
So there's hope for using tables again as layouts in HTML?!