You can add other elements inside the table elements .( True or False)
Answers
Answered by
12
Answer:
True
I hope it helps!
Answered by
6
Answer:
Hey mate hope it is helpful to you!
Explanation:
Ex. In the html tables, <table> tag expect <tr> tag right after itself and <tr> tag expect <td> tag right after itself. So if you want to put a div in table, you can put it in between <td> and </td> tags as data. You can't put a div directly inside a table but you can put div inside td or th element.
Similar questions