There are (at least) three ways to link to a resource:
href="foo/bar.html"
href="/foo/bar.html"
href="http://example.com/foo/bar.html"
The first is a "relative url", no problem. But I've seen (2) and (3) both referred to as an "absolute url". Which is correctly termed an "absolute url", and what is the proper name of the other?
(Bonus points for references to relevant standards or other official documentation.)
See Question&Answers more detail:os