Can we add div inside table above every ?

后端 未结 7 851
借酒劲吻你
借酒劲吻你 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:53

    You can not use tag to make group of more than one tag. If you want to make group of tag for any purpose like in ajax to change particular group or in CSS to change style of particular tag etc. then use

    Ex.

    Group 1
    Group 1
    Group 2
    Group 2

提交回复
热议问题