Linking is related to locations on servers and on directories and sub-directories
within those servers.
How do you make some text link to another page?
| One of the basics foundations of HTML is the ability to link from page to page. It's one of the first things you learn. | |
| Here's what the basic format looks like: | What shows up on the page is the following text: |
|
|
|
| The format is simple. The "A" stands for Anchor and the "HREF" stands for Hypertext REFerence. It is a reference (or link) to another page. |
| In this case, both the page we're linking to and the image we're using
are in the same directory as the page we're working on. So all we need is
to type in the name of the file we want and there it is...
BUT, if we wanted to link to a page or image that's outside the current working directory, we would have to use the full address. Here's an example: |
|
|
|
|
Internal Hyper-Links
There are also hyper-links within cases. Here is an example taken from the TED template, that uses internal links with unordered lists. Click on "IDENTIFICATION" and you will jump down the appropriate section linked by the "a name" command.