cols = "50%,50%" : frameset : Frame Tags HTML CSS TUTORIALS


HTML CSS TUTORIALS » Frame Tags » frameset »

 

cols = "50%,50%"


 
<html>
<head>
<title>Changing Frames</title>
</head>
<frameset rows="20%,80%">
  <frame src="http://www.navioo.com" name="frame1">
   <frameset cols = "50%,50%">
     <frame src="http://www.navioo.com" name="frame2">
     <frame src="http://www.navioo.com" name="frame3">
 </frameset>
</frameset>
</html>

 



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo Frame Tags
» frameset