Explanation:
Links which use a relative path load more quickly because they send a user directly to the page that is linked, rather than using absolute links i.e.(http://www.uwrf.edu/biology) which send them off-campus to the Web before returning to a page on the UWRF server.
Some examples of relative links:
1. newpage.html
2. /toplevel/secondlevel/relative.html
3. ../alsorelative.html
4. <A href= “alsorelative.html”>Here is a link</A>.
Note: If you are using Dreamweaver, the relative linking is set automatically. It is important that the word “File:///” does not exist at the beginning of a link.