<title>
优质
小牛编辑
132浏览
2023-12-01
描述 (Description)
HTML
通过浏览器的标题栏可以看到HTML文档标题。
例子 (Example)
<!DOCTYPE html>
<html>
<head>
<title>Title comes here</title>
</head>
<body>
<p>title tag is used for indicating the title of the HTML document. HTML document
title is visible via browser’s title bar.</p>
</body>
</html>
全局属性 (Global Attributes)
此标记支持 - HTML Attribute Reference描述的所有全局属性
浏览器支持 (Browser Support)
Chrome | Firefox | IE | Opera | Safari | Android |
---|---|---|---|---|---|
Yes | Yes | Yes | Yes | Yes | Yes |