!! Include con Iframe




<html>
<head>
<h2>Program to include another HTML file in this HTML using <i>iframe</i></h2>
<style>
iframe[iframetag] {
border: none;
}
</style>
</head>
<body>
<div id="iframeDiv" align="center">
<iframe src="top.htm" iframetag></iframe>
</div>
</body>
</html>










( includeconiframe.html )- by Paolo Puglisi - Modifica del 2/5/2024