Easy Tutorial
❮ Prop Video Autoplay Prop Video Ended ❯

HTML DOM


Base Object

The Base object represents the HTML base element.

The base element specifies the default address or target address for all links in the page.

Each time a <base> element appears in the HTML document, a Base object is created.


Base Object Properties

W3C: W3C Standard.

Property Description W3C
href Sets or returns the base URL for all links in the page. Yes
target Sets or returns the default target frame for all links in the page. Yes

Standard Attributes and Events

The Base object also supports standard attributes and events.

❮ Prop Video Autoplay Prop Video Ended ❯