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 ... <a name="sale">Beatles for Sale</a> This code is now explained... <a href="#sale">4</a> <a
name="sale">Beatles for Sale</a> |