What is this I hear about the table tag being deprecated?

前端 未结 4 555
野趣味
野趣味 2021-01-11 11:22

Because that might mess me up, somewhat. I\'m not entirely clear on what I\'m supposed to use to replicate some of its functionality effectively, should I adopt a newer sta

4条回答
  •  感情败类
    2021-01-11 11:55

    The

    tag is most certainly not deprecated. The thing is, you must (well, should) only use it for tabular data. It was and sometimes still is being abused for layout purposes, which is extremely bad practice for a variety of reasons, and CSS is the preferred technology to use there.

    提交回复
    热议问题