The HTML <base> element targets the base URL to put on all relative links within a web document. It gets placed within the <head> element of your document. This is a Void Element so it does not get a closing tag like most elements.
href - the URL you want to make the base url
Possible Values: "URL string"
target - determines how the window is opened for the destination
Possible Values: "_blank", "_self", "_parent", "_top"