Page 80 - TP_Play_V2.1_class8
P. 80

Where section explanation is to be shown, write

                                       <A ID="#act"> About the section heading </A>
                  This ID attribute uniquely identifies the section. When the user clicks the section heading at the
                  top, the page will scroll to this section. Let us take an example of internal linking. The "Flowers.
                  html" web page contains four hyperlinks, which are linked to the different sections of the same
                  web page in which they appear.

























                                                          Flower Guide Web page
                  Code to create the Flower.html web page is as follows:

                  <!DOCTYPE html>
                  <HTML>

                  <HEAD>
                  <TITLE> Internal Linking </TITLE>

                  <STYLE>
                  BODY{BACKGROUND-COLOR:LIGHTYELLOW; COLOR:RED;}

                  H1{COLOR:RED; TEXT-ALIGN:CENTER;}
                  IMG{HEIGHT:200px; WIDTH:200px;}

                  P{FONT-FAMILY:EBRIMA; FONT-SIZE:20px;}
                  SPAN{

                  POSITION:RELATIVE;
                  ANIMATION: IMAGE 3S INFINITE ALTERNATE-REVERSE;

                  }
                  @KEYFRAMES IMAGE{
                  FROM{LEFT:1%;}

                  TO{LEFT:45%;}
                  }
                  </STYLE>


                   78       Play (Ver. 2.1)-VIII
   75   76   77   78   79   80   81   82   83   84   85