HyperText Markup Language/Tag List/base
From Wikibooks, open books for an open world
Contents |
[edit] Use
This sets a default target on the page.
[edit] Example
<base href="home_page.html" target="home" />
[edit] Required attributes
[edit] target
To declare the default target for the links on the page.
[edit] Optional attributes
[edit] href
To declare the URL to be used to retrieve the webpage wanted.
[edit] Standard attributes
[edit] More info
A link to a page with more info, then the name of the site the info came from (i.e. W3Schools).