Page 86 - modular_v2.0_HTML&_CSS_Fb
P. 86

<HR STYLE="COLOR: RED"/>

                  <H1>Welcome to ABC Public School</H1>
                  <BR/> <A HREF="Admissions.html"> Admissions </A>
                  <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>
                  </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:

































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

                  <!DOCTYPE HTML>
                  <HTML>

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

                  <BODY STYLE="BACKGROUND-COLOR: #EEFFEE;">
                  <H1 STYLE="COLOR: RED;">ABC Public School</H1>

                   84
                          Touchpad MODULAR (Ver. 2.0)
   81   82   83   84   85   86   87   88   89   90   91