Can we add div inside table above every ?

后端 未结 7 865
借酒劲吻你
借酒劲吻你 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 08:01

    In the html tables,

    tag expect tag right after itself and tag expect tags as data.

    tag right after itself. So if you want to put a div in table, you can put it in between and

    It works well

    提交回复
    热议问题