 35-.

,  -  ,          ,  ,       .    - logo.html, menu.html, content.html -       .

    -,        :

[IMG]
frames1.png

        ,  ,        .       ,          (, ,          ,       ,                   ,   ).

.. ,      ,           ( ,  ,  ).      :    - ,      .   !

,     (     *.html   ,    ):

[IMG]
frames2.png

  	  	  	
<html>
<head>
<title>  </title>
</head>
<frameset rows="100,*,150">
<frame src="logo.html">
<frame src="content.html">
<frame src="menu.html">
</frameset>
</html>


 ,    .    rows  <frameset>  ,       ().    rows      (rows="100,*,150").    - 100 ,  - 150,         (    *), - ,     .

 frame           .   :      - logo.html (  ),        (content.html),   - .   ,       (),        content.html


  	  	  	
<html>
<head>
<title>  </title>
</head>
<frameset rows="100,*,150">
<frame src="logo.html">
<frame src="menu.html">
<frame src="content.html">
</frameset>
</html>


    . ... -    - ,         rows,        150   ,   -  :


  	  	  	
<html>
<head>
<title>  </title>
</head>
<frameset rows="100,150,*">
<frame src="logo.html">
<frame src="menu.html">
<frame src="content.html">
</frameset>
</html>


   :) -     - ... 