Can we embed Div tag inside of the table definition
Dear All,
Can we embed Div tag inside of the table definition & Can we create table inside of it as follows.
<table>
<tr><td>
<div>
<table><tr><td>----</td></tr></table>
</div>
</td></tr>
</table>
If it not can you justify