Page 117 - TP_Plus_v2.2_Class_8
P. 117
<HEAD>
<TITLE> Activities </TITLE>
<STYLE>
BODY{BACKGROUND-COLOR:#EEFFEE;}
HR{BACKGROUND-COLOR:RED; HEIGHT:2PX;}
H1{COLOR:RED;}
H2{COLOR:RED; TEXT-ALIGN:CENTER;TEXT-DECORATION:UNDERLINE;}
H3{COLOR:RED; TEXT-ALIGN:CENTER;}
</STYLE>
</HEAD>
<BODY>
<H1> ABC Public School </H1>
<HR>
ABC Public School is best known for the activities it organises on campus.
We organise different types of activities to contribute to the development
of health, happiness, physical skills, maturity, sportsmanship, decision-
making skills, self-confidence, and self-discipline in each student. The
most common organised activities are:
<H2> Activities in the School </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>
<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 somewhere on the web page. This can be done
using the <A> tag as:
At the top of the page, where section headings are displayed:
Images, Links and Frames in HTML5 115

