Tannenbaum: Include in HTML, wie?

Beitrag lesen

Hi,

ich bekomme "include file" irgendwie nicht hin. Was mache ich falsch? Danke.

1.html

<html>
<head>
<title></title>
</head>
<body>
<!-- #include file="2.html" -->
</body>
</html>

2.html

<html>
<head>
<title></title>
</head>
<body>
Text
</body>
</html>