[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
HTMLSPEC-BASE
Used to define a "built-in" ground or base web location that completes the URL of relative links which only state filenames. The default web location will always be the directory in which the current web document was rendered.
Attributes
Specifies the relative base URL of the web page.
Code Tip
None
Live Example
HTML Tags Center
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
HTMLSPEC-BASE
Base
UsageUsed to define a "built-in" ground or base web location that completes the URL of relative links which only state filenames. The default web location will always be the directory in which the current web document was rendered.
Attributes
href="URL"
Specifies the relative base URL of the web page.
Code Tip
None
Live Example
<html> <head><title>Using a Base URL in a Web Document</title> <base href="http://www.programmersheaven.com/html/"> </head> </body> </html>
HTML Tags Center
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
