Interface HTMLBaseElement

All Superinterfaces:
Element, EventTarget, HTMLElement, InnerHTML, Node, NonDocumentTypeChildNode, ParentNode

public interface HTMLBaseElement extends HTMLElement
Contains the base URIĀ for a document. This object inherits all of the properties and methods as described in the HTMLElement interface.
  • Method Details

    • getHref

      String getHref()
      Gets or sets the baseline URL on which relative links are based.
      Returns:
      a String object.
    • setHref

      void setHref(String href)

      setHref.

      Parameters:
      href - a String object.
    • getTarget

      String getTarget()
      Sets or retrieves the window or frame at which to target content.
      Returns:
      a String object.
    • setTarget

      void setTarget(String target)

      setTarget.

      Parameters:
      target - a String object.