I was wondering wether there is a way to include some html content inside another html using only html?
A replacement to PHP's
<?php include("file.php"); ?>
Is this possible?
EDIT:
This has brought up some confusion, what I needed was "almost an html tag" that had the functionality of including a html document in another.
seamlessattribute for iframes (html.spec.whatwg.org/#attr-iframe-seamless), but at the moment the support for it is pretty dismal: caniuse.com/#feat=iframe-seamless - waldyriousiframe seamlesswas removed from the spec. What a pity. - user