Horje
How to use a title in Link

The title attribute specifies extra information about an element. The information is most often shown as a tooltip text when the mouse moves over the element.


Full Example of title in Link

href="https://itupto.com" title="Go to W3Schools HTML section"
index.html
Example: HTML

 <a href="https://itupto.com" title="Go to W3Schools HTML section">Visit our HTML Tutorial</a> 

Output should be:

Full Example of title in Link





Related Articles
HTML Links HTML Links
How to create HTML Links - Syntax HTML Links
How to create HTML Links The target Attribute HTML Links
Absolute URLs vs. Relative URLs HTML Links
How to use an Image as a Link HTML Links
How to use Link to an Email Address HTML Links
How to create Button as a Link HTML Links
How to use a title in Link HTML Links

Single Articles
Full Example of title in Link HTML Links

Category :
Web Tutorial
Sub Category :
HTML Links
Uploaded by :
Admin


Read Article
https://horje.com/learn/1434/reference