How browsers might use link tag

Monday, June 30th, 2008
How browsers might use <link>

Although the HTML standard does not require browsers to do anything with the information provided by the <link> tag, it’s not hard to envision how this information might be used to enhance the presentation of a document.

As a simple example, suppose you consistently provide <link> tags

How to connect Two HTML pages (Establishing Document Relationships)

Monday, June 30th, 2008

Normally, the browser fills in the blanks of a relative URL by drawing the missing pieces from the URL of the current document. You can change that with the <base> tag.