Page 79 - TP_Play_V2.1_class8
P. 79
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> Output
<H1> ABC Public School </H1>
<HR>
ABC Public School is best known for its activities organised in the schoolcampus.
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:
<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, 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.
Images, Links and Frame in HTML5 77

