frame and frameset command in html

frame

optional attributes

    attributes                      value                       description

* Name                               text                       specifies the name of a
                                                                         frame.

* scrolling                          auto                     specifies wheather or
                                            yes                       not to display scrollbars
                                            no                         into a frame.

* frameborder                   0                          specifies wheather or not
                                            1                           to display a border around
                                                                         a name.    

frameset


optional attributes

    attributes                      value                       description

 *  cols                                pixles                 specifies the size and
                                               *                      number in a frameset.
                                               %

* rows                                pixles                 specifies the size and
                                                                      number of rows in a 
                                                                      frameset.               


       
                                                

0 comments: