Frameset : frame tag : Frame Tags HTML CSS TUTORIALS


HTML CSS TUTORIALS » Frame Tags » frame tag »

 

Frameset



<html>

<frameset rows="50%,50%">

<frame src="frame_a.htm">

<frameset cols="25%,75%">
<frame src="frame_b.htm">
<frame src="frame_c.htm">
</frameset>

</frameset>

</html>



           
       



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo Frame Tags
» frame tag