|
|
|
|
|
by kirkbackus
4467 days ago
|
|
It may seem like that, but the major difference is the layout is left to the CSS. When combined with css media queries, the grid can provide a complete restructuring of the layout completely independent of the markup which would not would have been possible with tables. |
|
Tables got a very bad name because they were abused back when they were the only thing available for layout: "if the only tool you have is a hammer..." Yes, but sometimes data is actually tabular.
Grids are good for UI layout. The web was just for documents, but not any more. So now we need good ways to lay out UIs.