我想将header.html和footer.html链接到index.html和contactme.php,以便它们都具有相同的页眉和页脚。有没有办法在没有HTML5中的iframe的情况下做到这一点?
答案 0 :(得分:1)
您可以使用object
element嵌入HTML文档。
请参阅example from the HTML5 (CR) spec:
在此示例中,使用
object
元素将HTML页面嵌入到另一个页面中。<figure> <object data="clock.html"></object> <figcaption>My HTML Clock</figcaption> </figure>