+ 3
To design web table structure is better or div structure ?
3 Antworten
+ 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.
+ 2
Do not use tables to create layout.
This was done in the old days and is bad for making a Web page responsive.
+ 1
i recommend to using div tag. cause it is mostly use and its so easy to set div tag with css for web