Divs vs tables for tabular data

前端 未结 6 1562
悲哀的现实
悲哀的现实 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:23

    No, you MUST use tables for tabular data! Tables exist for that purpose, you MUST avoid tables only for layout purposes by using divs instead.

提交回复
热议问题