'base' sets a base URL for the website : base : Meta Tags HTML CSS TUTORIALS


HTML CSS TUTORIALS » Meta Tags » base »

 

'base' sets a base URL for the website



    
<html>
   <head>
   <title>base element example</title>
      <base href="http://www.navioo.com/" target="_blank">
   </head>
   <body>
       <p>
         <a href="index.htm">Click here</a> to go to the page.
       </p>
   </body>
</html>
           
      
      



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo Meta Tags
» base