Should Tables be avoided in HTML at any cost?

后端 未结 27 2430
生来不讨喜
生来不讨喜 2020-12-01 01:56

It is advisable to use tables in HTML pages (now that we have CSS)?

What are the applications of tables? What features/abilities does tables have that are not in CSS?

27条回答
  •  栀梦
    栀梦 (楼主)
    2020-12-01 02:29

    Tables make sense only when you're trying to display tabular data and that's it. For layouts, you should always use DIVs and play with CSS positionings.

提交回复
热议问题