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

前端 未结 4 554
野趣味
野趣味 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:41

    table tag isn't deprecated (you can look at the html spec). What you've heard of is probably tableless layouts, because tables should not be used for positioning elements on the page.

提交回复
热议问题