Web Page LinksWeb page links are a fundamental part of the web. They are in fact what makes the web a web. Links allow the reader to jump from one section of a web page to another section of the page or to a new web page altogether. This is shown in the Figure below:
In order to link you require two things:
The start of the link is called the hotspot and it shows up in the browser as underlined and in normally in blue until it has been clicked. It is designated in HTML by use of the anchor tags <A></A>. The destination of the link can be either: A web page or a particular location in a web page (named anchor or bookmark). The ability to link to a specific location within a web page is particularly useful when dealing with large web pages. Absolute, Relative, Internal and External LinksThere are several different link types. Internal links are links to other web pages on your website. Internal Links can be either relative or absolute. External links are links to pages on the other websites and can only be absolute links. Example links and HTML Relative: Link to home page this is a relative link link to top of this page this is a relative link to a bookmark called links. HTML for the above links:
Absolute links: Link to home page absolute link link to top of this page absolute link to a bookmark External link to another web site this is an absolute external link to a page on another web site HTML for the above links:
Links and URLsWhen viewing the HTML for the link in the above examples you probably recognised the website name and the page name as part of the link. But that was only part of the link and not all links look like that.The link is in fact a URL (Uniform resource locator) and can be used not just for reading web pages but for copy pages, email, newsgroup access etc. URLs allow access to all kind of resources on the web. So what is a URL? . Advanced LinkingOnce you are happy with creating basic links you may want look at some of the more advanced techniques you can use with links like Hiding affiliate links, adding link descriptions on mouseover etc when linking web pages. These techniques and other are discussed in advanced web page linking.
Related articles and tutorials:
|
||||
[Home page] [About us] [Privacy Policy] [Contact Me] |
Links and URLs |