base

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
<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"
target - determines how the window is opened for the destination
Possible Values: "_blank", "_self", "_parent", "_top"

Related Posts :

  • command command The HTML <command> element is used to insert context menu commands … Read More...
  • col col The HTML <col> element lends characteristics to a table column. This is… Read More...
  • code code The HTML <code> element is used to specify a fragmant of computer code… Read More...
  • cite cite The HTML <cite> element is used to represent the cited title of materi… Read More...
  • colgroup colgroup The HTML <colgroup> element represents a group of columns in a tab… Read More...

0 Response to "base"

Post a Comment