Certified HTML Designer Learning Resources frameset tag

Learning Resources
 

frameset tag


The tag replaces the element in frameset documents.

The tag defines how to divide the window into frames.

Each frameset defines a set of rows or columns. If you define frames by using rows then horizontal frames are created. If you define frames by using columns then vertical farmes are created.

The values of the rows/columns indicate the amount of screen area each row/column will occupy.

Each farme is indicated by tag and it defines what HTML document to put into the frame.

Example:

Following is the example to create three horizontal frames:



Frames example

   
      
      
      
      
      <body>
      Your browser does not support frames.
      </body>
      
   

 

 For Support