| HTML Code | Result on web page |
|---|---|
| <a href="http://www.hindleyhs.wigan.sch.uk">Hindley High School website</a> | Hindley High School website |
Global References should only be used when you need to go to a webpage that is outside your own website.
| HTML Code | Result on web page |
|---|---|
| <a href="./index.html">home page</a> | home page |
The advantage of a relative reference is that you can move the whole website from one domain address or server to another and it will still work.