HyperText Markup Language/Tag List/base
Use
editThis sets a default target on the page.
Example
edit<base href="home_page.html" target="home" />
Required attributes
edittarget
editTo declare the default target for the links on the page.
Optional attributes
edithref
editTo declare the URL to be used to retrieve the webpage wanted.
Standard attributes
editMore info
editA link to a page with more info, then the name of the site the info came from (i.e. W3Schools).