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





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


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