Interface

HTMLEmbedElement

HTMLEmbedElement

Provides special properties (beyond the regular HTMLElement interface it also has available to it by inheritance) for manipulating elements.

View Source js/lib.dom.d.ts, line 2305

Members

string

# align

Deprecated:
  • Yes

View Source js/lib.dom.d.ts, line 2308

string

# height

Sets or retrieves the height of the object.

View Source js/lib.dom.d.ts, line 2312

string

# name

Sets or retrieves the name of the object.

View Source js/lib.dom.d.ts, line 2317

string

# src

Sets or retrieves a URL to be loaded by the object.

View Source js/lib.dom.d.ts, line 2322

string

# width

Sets or retrieves the width of the object.

View Source js/lib.dom.d.ts, line 2327