Hallo, was ist an dem nachfolgenden Beispiel falsch?
index.html
<html>
<head>
</head>
<body>
<h1>
Test #include
</h1>
<article>
Hier kommt der Inhalt
<!--#include virtual="navi.html" -->
... oder auch nicht
</article>
</body>
</html>
nav.html
<nav>
<ul>
<li><a href="index.htm">Startseite</a></li>
<li><a href="impressum.htm">Impressum</a></li>
</ul>
</nav>
Happy weekend
Werner