basics of website design banner photo

HTML

HTML 5

CSS 2.1

CSS 3

Reference

HTML <base> Element

The <base> element specifies a default base address for all the links on a page.
In HTML links and references to external resourses such as images and scripts are made using a URI (address).
The default or base address used is that of the current page with URI's being resolved relative to the current page address. Using the <base> element in the 'head' section of a document you can set a different default address for all the links in that page.

<base> Attributes

  • href - REQUIRED - the location of the new base address.

HTML 4 Element List