HTML <title> 标签
定义和用法
此元素可定义文档的标题。
HTML 与 XHTML 之前的差异
NONE
例子
<html>
 
  <head>
    <title>XHTML Tag   Reference</title>
  </head>
  <body>
    The content of the document......
  </body>
</html>
此元素可定义文档的标题。
NONE
<html>
 
  <head>
    <title>XHTML Tag   Reference</title>
  </head>
  <body>
    The content of the document......
  </body>
</html>