HTMLEmbedElement 接口可提供特殊属性 (除了常见的对象 HTMLElement 接口提供的属性和方法通过继承也能获取到)操纵 <embed> 元素。
Object.prototype
Function.prototype
EventTarget
Node
Element
HTMLElement
HTMLEmbedElement
程序不能直接调用该构造函数,否则将会产生异常。
属性 | 说明 |
---|---|
- | - |
语法 | 说明 |
---|---|
- | - |
Object.prototype
EventTarget.prototype
Node.prototype
Element.prototype
HTMLElement.prototype
HTMLEmbedElement.prototype
从父元素继承的属性, HTMLElement。
属性 | 说明 |
---|---|
height | 是反映 height HTML 属性的 DOMString, 它包含资源的显示高度。 |
src | 是反映 src HTML 属性的 DOMString, 它包含资源的地址。 |
type | 是反映 type HTML 属性的 DOMString, 它包含资源的类型。 |
width | 是反映width HTML 属性的 DOMString, 它包含资源的显示宽度。 |
没有特殊的方法; 继承了父对象 HTMLElement 的方法。
语法 | 说明 |
---|---|
- | - |
Object.prototype
EventTarget.prototype
Node.prototype
Element.prototype
HTMLElement.prototype
HTMLEmbedElement.prototype
<embed> 元素