The title attribute defines a description for an element.
This attribute can be used in most elements.
<p title="This text is displayed in the tool tip"></p>
Attribute |
Value |
Explanation |
title=" " |
tool-tip text |
short description |
The tool tip example
<a href="index.html" title="The list of Common Attributes">Attributes</a>
The description is displayed in the tool tip when the user moves the mouse over the element.
Attributes
Example