Page 25 - PortGPT_V2.1_C8_Flipbook
P. 25
<H1> <FONT COLOR="red"> ABC Public School </FONT></H1>
<HR color=red>
ABC Public School is best known for its activities organised in the
school campus. We organise different types of activates to contribute
to the development of health, happiness, physical skills, maturity,
sportsmanship, decision-making skills, self-confidence, and self-
discipline of each student. The most commonly organised activities are:
<CENTER>
<H2> <U> Activities in the School </U> </H2>
<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>
</CENTER>
<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 specially when a long web page is divided into various sections and a list of all section
heading is displayed on the top of the web page. When you click section heading, you will reach to
the related section explanation which is located down some where 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, it will move to the
explanation section where name or label #act is written.
Where section explanation has to be shown, write
<A NAME=#act> About the section heading </A>
Now, when any section heading at the top of the web page is clicked, you will be reached to the
respective explanation section. Let us take an example of internal linking.
Images, Links, Audio, Video in HTML 23

