HTMLBaseElement Interface


The HTMLBaseElement interface is the document base URI.


IDL Definition

Interface HTMLBaseElement : HTMLElement {

           attribute  DOMString                href; 
           attribute  DOMString                target;
};

Semantic Requirements

Attributes

  1. The content attribute contains the base URI.
  2. The target attribute contains the default target frame.

If you have comments or suggestions, email me at mbrady@nist.gov