<base href="URL">
One nasty result of this is that Lynx cannot follow
most of the links on the World Wide Web consortium
home page!   That's
which contains the following tag:
  <base href="http://www.w3.org/hypertext/WWW/TheProject.html">
Without the <base href= > tag, Lynx misinterprets all
relative URLs later on that page, such as
   The <a href="Consortium/">W3 Consortium</a>
and
   <A HREF="../DataSources/Top.html" NAME="44">
    What's out there?</A>
Ron