title
属性指定有关元素的额外信息。
在 HTML 文档中使用 title
属性:
<abbr title="People's Republic of China">PRC</abbr> was founded in 1949. <p title="Free Web tutorials">HTML Tutorial</p>
title
属性指定有关元素的额外信息。
当鼠标移到元素上时,该信息通常显示为工具提示文本。
title
属性可用于任何 HTML 元素(它将在任何 HTML 元素上验证。但是,它不一定有用)。
表中的数字指定了完全支持该属性的第一个浏览器版本。
<title> | Yes | Yes | Yes | Yes | Yes |
<element title="text">
值 Value | 描述 Description |
---|---|
text | 元素的工具提示文本 |