Contact Number
Email Address

base

base

Definition and Usage

The HTML <base> tag is used to specify a base URI, or URL, for relative links. For example, you can set the base URL once at the top of your page in header section, then all subsequent relative links will use that URL as a starting point.. There can be at maximum one <base> element in a document, and it must be inside the <head> element and provides a method for defining the base URL for all links and form submissions on a page. It also provides acommon target (in the form of a named window) for all of these links or form submissions. The base location from which links on a page should be made.The HTML <base> element specifies the base URL to use for all relative URLs contained within a document. There can be only one <base> element in a document.

Syntax

<base href="http://lloydi.com" target="right"/>