Let's say I have an html document that only has
on it and it's named table.html. Is there anyway to have a
or something like that in another html doc that pulls the table.html?
Thanks!
Code:
<table><tr><td>awesome</td></tr></table>
Code:
<div style="src:url(table.html)"></div>
Thanks!