Non Gamstop Betting SitesNon Gamstop CasinosBest Casinos Not On GamstopNon Gamstop CasinoCasino Not On Gamstop
 Overview
1. Backgrounds
2. Downloads
3. Tables
4. Int. links

Internal Links


5. Frames
6. Image Maps
7. Transparency
8. Animations

In this section you will learn how to use internal hyperlinks within your page. Please click here to view the example web page you'll create. Within this example the user may click on a number and be transferred immediately to that location on the page.

The code to achieve this is displayed below...

<p>The Beatles released, over the course of a decade, the following
thirteen original albums:

<p align="center">Click on a number

<p align="center"><a href="#please">1</a> - <a href="#with">2</a> - <a href="#hard">3</a>- <a href="#sale">4</a> - <a href="#help">5</a> - <a href="#rubber">6</a> - <a href="#revolver">7</a> - <a href="#pepper">8</a> - <a href="#tour">9</a> - <a href="#beatles">10</a> - <a href="#yellow">11</a> - <a href="#abbey">12</a> - <a href="#let">13</a><p><b><i><font size="+1"><a name="sale">Beatles for Sale</a><br>

...

<a name="sale">Beatles for Sale</a>

This code is now explained...

<a href="#sale">4</a>
This creates the internal hyperlink. When the user clicks on the number 4 the browser will transfer to the page location named "sale".

<a name="sale">Beatles for Sale</a>
This defines the words "Beatles for Sale" as the page location "sale".


Worth your time