Page 128 - iPlus_Ver_2.0_class_7
P. 128
<BR> <A HREF="Events.html"> Events </A>
<BR> <A HREF="Sports.html"> Sports </A>
<BR> <A HREF="Activities.html"> Activities </A>
<BR> <A HREF="About.html"> About Us </A>
<BR> <A HREF="Contact.html"> Contact Us </A>
</FONT>
</BODY>
</HTML>
In the preceding code, we have seen that the <A>
tag has been used six times to create six hyperlinks.
Each hyperlink is related to a different web page.
For example, the Activities hyperlink is linked with
the Activities.html web page. When you click on the
Activities hyperlink, the Activities.html web page will
appear in your web browser window as shown below:
The code to create the Activities.html web page is as follows:
<HTML>
<HEAD>
<TITLE> Activities </TITLE>
</HEAD>
<BODY BGCOLOR="#EEFFEE">
<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 activities 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>
126
iPlus (Ver. 2.0)-VII

