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

Home
HTML CSS Reference
1.CSS Attributes and Javascript Style Properties
2.HTML Attributes Reference
3.HTML Tag Reference
HTML CSS Reference » HTML Attributes Reference » marginwidth 
'marginwidth' Example

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

    
      
      
Related examples in the same category
1.'marginwidth' Syntax and Note
2.marginwidth is applied to
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.