title

Support

The title attribute allows the author to provide extra information about any element on a page. Typically, this attribute's content is rendered as a tooltip that appears when the user hovers the cursor over the element to which the title is applied.

Example

<a href="#" title="a sample title">example link</a>

Preview

example link