Divs vs tables for tabular data

前端 未结 6 1553
悲哀的现实
悲哀的现实 2020-12-06 12:21

Yes, another divs vs tables questions...

I read all over the place that \"try to use divs instead of tables\", but I have an application that displays data that is t

6条回答
  •  一生所求
    2020-12-06 12:30

    Don't use tables for your "LAYOUT" because of many reason you've already found on web. But for displaying "DATA" you still can use tables.

    most of server side scripting languages like ASP.NET generate tables for gridViews so they are not "Absoutely wrong to use".

    For layout I recommend you going through different insteresting layouts people have designed for a "Single HTML" in CSS Zen Garden.

提交回复
热议问题