class js.html.EmbedElement extends Element

Available on js

Note: This topic describes the HTMLEmbedElement interface as defined in the HTML5 standard. It does not address earlier, non-standardized version of the interface.

Documentation for this class was provided by MDN.

Instance Fields

var height:String

Reflects the

height HTML attribute, containing the displayed height of the resource.

var src:String

Reflects the

src HTML attribute, containing the address of the resource.

var type:String

Reflects the

type HTML attribute, containing the type of the resource.

var width:String

Reflects the

width HTML attribute, containing the displayed width of the resource.