HTML 5 <title> 标签

定义和用法

<title> 标签定义文档的标题。

HTML 4.01 与 HTML 5 之间的差异

没有。

提示和注释

注释:一个文档中不能有一个以上的 <title> 元素。

例子

<html>
<head>
<title>HTML 5 Tag Reference</title>
</head>

<body>
The content of the document......
</body>

</html>

属性

标准属性

class, contenteditable, contextmenu, dir, draggable, id, irrelevant, 
lang, ref, registrationmark, tabindex, template, title

如需完整的描述,请访 HTML 5 中标准属性