<!--  -->  <html>  <head>       <title>Langage Java</title> </head>  <frameset      cols="25%,*"      frameborder=yes      noresize >      <frame name="menu"             scrolling=auto             src="index_menu.html"            frameborder=no      >          <frame name="main"             scrolling=auto             src="index_main.html"            frameborder=no      >  </frameset>  <noframe>    Allez en     <a href="index_main.html">index_main.html</a>      </noframe>   </html> 
