HTMLBaseElement

The interface for <base>. Extends HTMLElementElement.

Reflected properties

All setters are guarded and throw NoModificationAllowedError on a read-only document.

Property Attribute Type Notes
href href string Reflects verbatim — no base-URL resolution.
target target string Reflects the content attribute verbatim.

See also