Element

The HTMLElement interface represents any HTML element. Some elements directly implement this interface, others implement it via an interface that inherits it.

Documentation HTMLElement by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See:

Instance Members

click(): Void

Sends a mouse click event to the element.


focus(): Void

Makes the element the current keyboard focus.


blur(): Void

Removes keyboard focus from the currently focused element.