|
Web Page DevelopmentLink, target, relative and absolute addresses |
|
|
This is the tag for an Anchor <A>
</A> <A HREF="
">Hyper Link Text
showing in the page </A> The HREF attributes HREF= " http://, ftp://, file://, mailto:, gopher://, telnet, news:, " These are examples of External hyper links because they link to another page. In this case, they link to an other site somewhere on the web Note the absolute address To another site To an FTP site To send an email to a specific address (this
type of hyperlink requires that the web browsing software has the mail server information
properly installed to function) These are examples again of External hyper links because they link to another page. However in this case, they link to an other page within the same site. They don't go to the outside world. Note the relative address To another page within the same site To another page within the same site but in a specific folder
These are examples of Internal hyper links because they link to the same page. In this case, they link to a 'target' somewhere in the same page. This example is called Table of Contents, however, it could be named anything else as long as you are consistent. To create links between various sections of a single page, you need two
components.
Created by BB Webmedia |