how can you implement frame tag inside your table
Answers
Answered by
3
Hi
just write iframe tag inside any td or th tag and done..
example
<td>
<iframe src="example.com/sample.html"></iframe>
</td>
Similar questions