HTML title attribute
In this tutorial, we will learn about title attribute in HTML with the help of examples.
title attribute
The title attribute is used to specify extra information about an element when the mouse moves over the element.
Syntax
<a title = "text">......</a>
Attribute values
Value | Description |
---|---|
text | A tooltip text for an element |
Next Tutorial
We hope that this tutorial helped you develop better understanding of the concept of title attribute in HTML.
Keep Learning : )
In the next tutorial, you'll learn about HTML translate
Attribute.