Page 68 - Plus V4 with Adobe class 8
P. 68

Interdisciplinary Learning

                   #Science


           Create a webpage on "Soil and Crops" and also add images and videos of soil and crops.





























                                                                                                   #Lab Activity



             FRAMES


        HTML provides a feature to display more than one web pages on a single screen of the web browser.
        These web pages are actually displayed using frames. Frames are the different sections or parts of a

        web page. The <IFRAME> tag of HTML allows you to divide a browser window into many sections or
        parts. The iframe in HTML stands for Inline Frame. For example,


                <IFRAME SRC="url" NAME="description">
        Where, URL is the address of a web page which you want to display in a frame. The <IFRAME> tag

        provides the following attributes:

            SRC: It is used to specify the URL of the web page which you want to display in the frame.

            HEIGHT: It is used to specify the height of the frame.

            WIDTH: It is used to specify the width of the frame.

            NAME: It is used to specify the name of the frame. This name can be used in the TARGET attribute
            of the <A> tag.










            66  Plus (Ver. 4.0)-VIII
   63   64   65   66   67   68   69   70   71   72   73