HTMLHeadElement

HTMLHeadElement 接口包含一个文档的描述信息(或者称作元信息)这类对象继承了 HTMLElement 接口的全部属性和方法。

 

HTMLHeadElement()

继承层次

Object.prototype
 Function.prototype
  EventTarget
   Node
    Element
     HTMLElement
      HTMLHeadElement

构造函数

程序不能直接调用该构造函数,否则将会产生异常。

属性列表

属性说明
--

方法列表

语法说明
--

HTMLHeadElement.prototype

继承层次

Object.prototype
 EventTarget.prototype
  Node.prototype
   Element.prototype
    HTMLElement.prototype
     HTMLHeadElement.prototype

属性列表

继承了父对象HTMLElement的属性。

属性说明
--

方法列表

没有特殊的方法; 继承了父对象 HTMLElement 的方法。

语法说明
--

HTMLHeadElement实例

参考

相关页面

外部链接