CodeAve.com CodeAve.com - HTML - Headers
ASP
JavaScript
CSS
HTML
·Forms
·Hyperlinks
·Headers
·Images
·Tables
·Text Display
·Miscellaneous
·Contents
·What's New?
Maps
Links
Mail List
Search
Sitemap


 


Base Href
The base href tag is one of several tags in html that aid in reducing the amount of repetitive text in your document. By declaring a base href you are in affect telling the browser that all relative links contained within the document start from that specified base location. This is a great time saver when developing html on your computer by allowing you to view how the document will look and behave when placed on the server without actually having to do so.
View the Output
Text View
Print View
Mail this Link
Download the Code

<html>
<head>
<title>
CodeAve.com(Base Reference)</title>
<base href=
"http://www.codeave.com">
</head>

<!-- The base href command will set a location from which all
relative links will be driven from. -->

<body bgcolor="#FFFFFF">
Hyperlinks
<p>

<a href=html>CodeAve.com - HTML</a>
<!-- The full url http://www.codeave.com/html will be created
due to the base href. Place the mouse cursor over the link
and the full address will appear in the lower left of the browser

 

Without the base href this link would
be directed to the relative location of the page
(In this case http://www.codeave.com/html/html
which does not exist) -->

<p>
Image
<p>

<img src=codeavelogo.gif>
<!-- The full url http://www.codeave.com/codeavelogo.gif
will be created due to the base href.

Without the base href this image tag would
be directed to the relative location of the page
(In this case http://www.codeave.com/html/codeavelogo.gif
which does not exist) -->

 

</body>
</html>

 

 

 



ASP: What's New? | Articles | Script Writers | Database Display | Read/Write
Server Variables | Response Objects | Random Events | Miscellaneous
HTML: Forms | Hyperlinks | Headers | Tables | Hyperlinks | Headers | Text Display
JavaScript: Document Info | Forms | Images | Navigation | Script Writers
CSS: Basics | Page Display | Text Display | Script Writers | Miscellaneous
Links | Search Engine db |  Privacy Statement |  Advertising Rates |  Email

CodeAve.com is hosted by MyHosting.com
Donate Food Online with a Mouse Click at TheHungerSite.com
Donate Land Online with a Mouse Click at TheRainForestSite.com
© 1999 - 2010 CodeAve.com
All Rights Reserved