To design web table structure is better or div structure ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

To design web table structure is better or div structure ?

17th Oct 2016, 8:53 PM
Ali Moonesian
Ali Moonesian - avatar
3 Answers
+ 9
If you mean creating the Web page layout, I would recommend using divs. It is mostly about semantics: tables are used to represent tabular data. For other uses go with divs. Also, divs are a lot easier to handle when it comes to creating a responsive design.
17th Oct 2016, 9:09 PM
James Flanders
+ 2
Do not use tables to create layout. This was done in the old days and is bad for making a Web page responsive.
28th Oct 2016, 8:25 AM
Nad Hr
Nad Hr - avatar
+ 1
i recommend to using div tag. cause it is mostly use and its so easy to set div tag with css for web
18th Oct 2016, 5:42 AM
Febri Bagus Ananda