'framespacing' Example : framespacing « HTML Attributes Reference « HTML CSS Reference






'framespacing' Example

<HTML>
<head><Title>Example For</Title></head>
<frameset rows="*" 
          cols="125,*" 
          frameborder="yes" 
          border="20px" 
          framespacing="5">
   <frame name="leftFrame" 
          scrolling="NO" 
          noresize 
          src="http://www.java2s.com">
     <frameset rows="200,*" 
               border="15px" 
               framespacing="0">
        <frame name="topFrame" 
               noresize 
               scrolling="NO" 
               src="http://www.java2s.com">
        <frame name="mainFrame" 
               src="http://www.java2s.com">
     </frameset>
</frameset>
</HTML>  
    
      
      








Related examples in the same category

1.'framespacing' Syntax and Note
2.framespacing is applied to