Page 59 - Plus V4 with Adobe class 8
P. 59

<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>
            </P>
            </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:

























            The code to create the Activities.html web page is as follows:

            <!DOCTYPE html>
            <HTML>

            <HEAD>
            <TITLE> Activities </TITLE>
            <STYLE>

            body{background-color:#EEFFEE;}
            hr{background-color:red; height:2px}
            h1{color:red;}

            h2, h3{color:red;text-align:center;}
            </STYLE>
            </HEAD>

            <BODY>
            <H1> ABC Public School </H1>
            <HR>


                                                                               #Images, Links & Frames in HTML5  57
   54   55   56   57   58   59   60   61   62   63   64