Page 80 - Touchpad_Plus_V3.2_Class 8
P. 80
<H3>
Debates <BR>
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>
Output
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 of the page, where section headings are displayed:
<A HREF="#act"> Section heading </A>
Here, the #act refers to an ID assigned to a specific section of the web page. 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 section with the ID of #act.
Where section explanation is to be shown, write
<A ID="#act"> About the section heading </A>
78 Plus (Ver. 3.2)-VIII

