HTMLTitleElement

 

HTMLTitleElement 接口包含文档的标题。此元素继承 HTMLElement 接口的所有属性和的方法。

HTMLTitleElement()

继承层次

Object.prototype
 Function.prototype
  EventTarget
   Node
    Element
     HTMLElement
      HTMLTitleElement

构造函数

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

属性列表

属性说明
--

方法列表

语法说明
--

HTMLTitleElement.prototype

继承层次

Object.prototype
 EventTarget.prototype
  Node.prototype
   Element.prototype
    HTMLElement.prototype
     HTMLTitleElement.prototype

属性列表

属性说明
textDOMString 代表文档的标题的文本。

方法列表

语法说明
--

HTMLTitleElement实例

参考

相关页面

外部链接