HyperText Markup Language/Tag List/base
From Wikibooks, the open-content textbooks collection
Contents |
[edit] Use
This sets a defualt target on the page.
[edit] Example
<base href="home_page.html" target="home" />
[edit] Required attributes
[edit] target
To declare the default target for hte 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] target
[edit] href
[edit] More info
A link to a page with more info, then the name of the site the info came from (i.e. W3Schools).