Is there a way to embed a class from another page in my site? Lets say I have this code in the page "index.html"
<div class="cls1">
content of div...
</div>
and I want to embed it to another page "anotherpage.html" in my site. So I do:
<iframe src"?"></iframe>
What should i put instead the ?
note I want to take from the first file only a divs with the same class