HTML <title> 标签

定义和用法

此元素可定义文档的标题。

HTML 与 XHTML 之前的差异

NONE

例子

<html> 
  <head>
    <title>XHTML Tag   Reference</title>
  </head>
  <body>
    The content of the document......
  </body>
</html>

标准属性

id, class, dir, lang, style, xml:lang

如需完整的描述,请访问标准属性