base
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.
HTML CODE EXAMPLE
HTML CODE EXAMPLE
<base href="http://www.developphp.com/" target="_blank">
Attributes for this element:
href - the URL you want to make the base url
Possible Values: "URL string"
Possible Values: "URL string"
target - determines how the window is opened for the destination
Possible Values: "_blank", "_self", "_parent", "_top"
Possible Values: "_blank", "_self", "_parent", "_top"
0 Response to "base"
Post a Comment