Can we add div inside table above every ?

后端 未结 7 854
借酒劲吻你
借酒劲吻你 2020-11-30 07:14

Hi am trying to add a div above every but when i look at the html console the div are showing outside the table. below is the html code.



        
7条回答
  •  春和景丽
    2020-11-30 07:59

    No, you cannot insert a div directly inside of a table. It is not correct html, and will result in unexpected output.

    I would be happy to be more insightful, but you haven't said what you are attempting, so I can't really offer an alternative.

提交回复
热议问题