div inside table

后端 未结 5 1350
孤独总比滥情好
孤独总比滥情好 2020-11-29 10:54

Can somebody tell me whether div inside a table is allowed or not according to w3c

5条回答
  •  时光取名叫无心
    2020-11-29 11:38

    You can't put a div directly inside a table, like this:

    
    
    Hello World

    Putting a div inside a td or th element is fine, however:

    
    
    Hello World

提交回复
热议问题