Tables vs Grid | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 9

Tables vs Grid

Which one is better? When to use what? Explain.

30th Aug 2017, 1:39 AM
Hariharasubramanian
2 Answers
+ 11
Thank you
31st Aug 2017, 10:14 AM
Hariharasubramanian
+ 3
Tables are not used anymore, except for displaying data which is what they were originally intended. You can use Bootstrap, that relays mainly on flexbox to display its grid. CSS grid is quite new but soon it will be a standard and every developer should learn it. https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout/Basic_Concepts_of_Grid_Layout
30th Aug 2017, 9:10 PM
Eliud Delgado
Eliud Delgado - avatar