Page 40 - 1
P. 40

Scratch your Brains
                                                   Open any web page and try to
                                             find out how it is made. Also try to find
                                            out its source code and see the elements
                                                  used in creating the web page.
                                                    Discuss about it in the class.

                                                        Search to Know More
                 We often see images in a web page. How is the image added in the web page? Which

                                     elements are used in it? Find about it and write here.
      ____________________________________________________________________________________
      ____________________________________________________________________________________
      ____________________________________________________________________________________
      ____________________________________________________________________________________

  Creating a List

   You can create a list to add points in the web page. The code is as follows :
   <HTML>
   <HEAD>
   Computer
   <TITLE>
   World of Computer
   </TITLE>
   </HEAD>
   <BODY>
   <H1> Input Devices </H1>
   <OL>

40
   35   36   37   38   39   40   41   42   43   44   45