title - HTML(超文本标记语言) 编辑
title 全局属性 包含了表示咨询信息文本,和它属于的元素相关。这个信息通常存在,但绝不必要,作为提示信息展示给用户。一些典型用例:
- 链接:被链接文档的标题或描述
- 媒体元素,例如图像:描述或关联信息
- 段落:脚注或者相关的评论
- 引用:作者信息,以及其他
如果省略了这个属性,就意味着这个元素的最近祖先的标题仍然是相关的(并且可以用作元素的提示信息)。如果这个属性设为空字符串,它就明确意味着,它的最近祖先的标题是不相关的(并且不应用于这个元素的提示信息)。
额外的语义可以附加到 <link>
,<abbr>
,<input>
和 { HTMLElement("menuitem") }} 元素的 title 属性。
title 属性可以包含多行。每个插入的 U+000A LINE FEED
(LF
) 代表一个换行。有一些需要注意的东西,因为这意味着:
<p>Newlines in title should be taken into account,like this <abbr title="This is a
multiline title">example</abbr>.</p>
这个示例定义了两行的标题。
规范
格式 | 状态 | 注释 |
---|---|---|
HTML Living Standard title | Living Standard | No change from latest snapshot, HTML 5.1 |
HTML 5.1 title | Recommendation | Snapshot of HTML Living Standard, no change from HTML5 |
HTML5 title | Recommendation | Snapshot of HTML Living Standard. From HTML 4.01 Specification, it is now a true global attribute. |
HTML 4.01 Specification title | Recommendation | Supported on all elements but <base> , <basefont> , <head> , <html> , <meta> , <param> , <script> , and <title> . |
浏览器兼容性
We're converting our compatibility data into a machine-readable JSON format. This compatibility table still uses the old format, because we haven't yet converted the data it contains. Find out how you can help!特征 | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|
Basic support | (Yes) | (Yes) | (Yes) | (Yes) | (Yes) |
Multi-line support | (Yes) | 12 (12) | (Yes) | ? | ? |
Feature | Android | Chrome for Android | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|---|
Basic support | (Yes) | (Yes) | (Yes) | (Yes) | (Yes) | (Yes) |
Multi-line support | ? | ? | 12.0 (12) | ? | ? | ? |
另见
- 所有全局属性
- 反映这个属性的
HTMLElement.title
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论