You need to use Text Abbreviation. It is used when you want to show text when we move curser to some specific text, link, image, graph etc.
Example for each case is given below:
For link : <!DOCTYPE html> <html> <head> <title>Text Abbreviation</title> </head> <body> <p> <abbr title="MindStick"> <a
href="http://www.mindstick.com">This is a link</a>
</abbr>.</p> </body> </html>
For Text: <!DOCTYPE html> <html> <head> <title>Text Abbreviation</title> </head> <body> <p> <abbr title="MindStick"> Best Company of India </abbr></p> </body> </html>
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
Hi Allen,
You need to use Text Abbreviation. It is used when you want to show text when we move curser to some specific text, link, image, graph etc.
Example for each case is given below: