[dia] [preview]

FRAME


<!doctype html public "-//W3C//DTD HTML 4.0 Frameset//EN"
 "http://www.w3.org/TR/REC-html40/frameset.dtd">
<html>
<head>
    <title>Corso HTML - Vanni Bertini</title>
</head>

<!-- frames -->

<frameset cols="17%,*" frameborder="0" framespacing="0" border="0"
 title="Frame principale">
 
	<frame name="Indice" src="barra.htm" marginwidth="10"
     marginheight="10" scrolling="Auto" title="Barra corso HTML" />
     
	<frame name="Dia" src="home.html" marginwidth="10"
     marginheight="10" scrolling="Auto" title="Inizio corso HTML" />
     
  <noframes>
  
    <p>Il tuo browser non supporta i frame.</p>
    
    <p><a href="home.html">Versione senza frames</a></p>
    
  </noframes>
  
</frameset>

</html>

HTML - Progettazione e creazione di pagine su Web. ©Vanni Bertini, 1998-2002
[dia] [preview]