Can somebody tell me whether div inside a table is allowed or not according to w3c
You can't put a div directly inside a table, like this:
div
table
Hello World
Putting a div inside a td or th element is fine, however:
td
th