HTML Tags
Global Attributes
Attributes
HTML Tutorial
Title - Global Attribute
Title attribute shows as text tip for anchor element
Title attribute
Description
Title is a global attribute that could be added to all elements and has its respective role and output. If added to the anchor element, it will display text tip when the anchor element is hovered over.
Syntax
Comment Tag code syntax
<a href="#" title="Title global attribute">
Check my Tool Tip hovering over me
</a>
Copy