Page 131 - iPrime_V2.2_class7
P. 131

Dance <BR>

                 Daily Assembly Thoughts <BR>
                 Festivals Celebrations <BR>
                 Music <BR>
                 Gardening <BR>

                 Rangoli Making <BR>
                 English Conversation <BR>
                 Painting <BR>

                 </H3>
                 <A HREF="Home.html"> Back </A>
                 </BODY>
                 </HTML>
                 In internal linking, the hyperlink points to a specific section within the same document or web
                 page. This is helpful, especially when a long web page is divided into various sections and a list of
                 all section headings is displayed at the top of the web page. When you click the section heading,
                 you will be taken to the related section, which is located further down on the web page. This can
                 be done using the <A> tag as:
                 At the top, where section headings are to be shown, write

                                           <A HREF="#act"> Section heading </A>
                 Here, #act is the name or label given to the explanation section. This command tells the browser
                 that the hyperlink references to the name "#act". When the section heading is clicked, the browser
                 will scroll to the explanation section where name or label "#act" is written.

                 Where section explanation is to be shown, write
                                      <A ID="#act"> About the section heading </A>
                 Now, when any section heading at the top of the web page is clicked, you will be taken to the
                 respective explanation 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.


























                                                                                                More on HTML       129
   126   127   128   129   130   131   132   133   134   135   136