Nested Framesets

Nested frame, the term itself indicates Frame within a Frame. Framesets can be nested to any level.

Example:

<Frameset rows="30%,30%,*">  ------- > (1)
       <Frameset cols="50%,50%">   ------- > (2)
       </Frameset>
       <Frameset rows="50%,50%">   ------- > (3)
       </Frameset>
   </Frameset>
Deprecated : FRAME & FRAMESET tags are not supported in HTML5 ,
better to avoid.
Use <iframe> instead.

Note:

(1) - This divides the browser screen into 3 horizontal sections with respect to the screen resolution 30%, 30% and the remaining 40% (as * indicates remaining area)
(2) - This splits the first horizontal section into two vertical sections.
(3) - This splits the second horizontal section into two horizontal sections.

HTML

Subscribe

* indicates required
Subscribe to plus2net

    plus2net.com







    Post your comments , suggestion , error , requirements etc here




    We use cookies to improve your browsing experience. . Learn more
    HTML MySQL PHP JavaScript ASP Photoshop Articles FORUM . Contact us
    ©2000-2024 plus2net.com All rights reserved worldwide Privacy Policy Disclaimer