Home > Abakada: Back to Basics > Language References > HTML Element Attributes > TITLE Attribute
Sets or retrieves advisory information ( ToolTip ) for the object.
Inline |
<element TITLE = sTitle ... > |
Script |
object.title = sTitle ] |
sTitle |
String of advisory text for the object. |
The property is read/write with no default value.
Browsers render the title as a tooltip when the user hovers the mouse over the object.
TITLE object