HTML Frame

Frame is a method to divide web browser to display many pages in the same time. if you use frame is no tag "body".

Syntax
< FrameSet Rows = " n1 % , n2% , * " >
Cols = “ n1% , n2% , * “ >
< Frame SRC = “ PageName1.html” Name =”….”/>
< Frame SRC = “ PageName2.html Name=”….”/>
< Frame SRC = “ PageNameK.html “ Name=”….”/>
</FrameSet >
Notice: Rows = can be pixel (px) (up on Computer Resolution) or percent (%).
Cols = can be pixel (px) (up on Computer Resolution) or percent (%).
* Attribute : border , NoScrolling , NoResize ,
* <a href=”URL” target=”Name”> Label</a> : for page to show any block when you click on label.

F1.html
F2.html F3.html