'rows' sets the row number and size in a frameset : rows frameset : Frame Attributes HTML CSS TUTORIALS


HTML CSS TUTORIALS » Frame Attributes » rows frameset »

 

'rows' sets the row number and size in a frameset



<html>
<head>
</head>
<frameset rows="50,*" frameborder="yes" border="20px" framespacing="5">
   <frame name="topFrame" scrolling="NO" noresize src="http://www.navioo.com">
   <frameset cols="20%,*" border="15px" framespacing="0">
   <frame name="topFrame" noresize scrolling="NO" src="http://www.navioo.com">
   <frame name="mainFrame" src="http://www.navioo.com"
</frameset>
<noframes>
<body>
noframes
</body>
</noframes>
</html>

    
      
      



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo Frame Attributes
» rows frameset