html text link tooltips, how to create text link tooltips, tips, guide how to create text link tooltips
(Website Helper) create text link tooltips Number of Visitors: Site Map

how to create text link tooltips



Website Design
Website Promotion
Graphic Design
Programming
Free Software
Computer Tips
Discount Stores
This site provides users with the information about html text link tooltips, how to create text link tooltips, tips, guide, and more.

If you think that this site is helpful, please recommend your friends to visit our site.



As a website designer, you, of course, know that image uses alt="" attribute to create a small popup of text, tooltip when you move the mouse over it. Is there any way that we can do the same for Hyperlinks? The asnwer is yes. You can use a TITLE attribute in <A HREF> tag to get the same effect.

The following is the html code for text link tooltips:


<A HREF="http://www.edusoftmax.com/" 
TITLE="code was desinged by www.edusoftmax.com">www.edusoftmax.com</A>

Now let's see how the above code is in action by moving your mouse pointer over the link.


www.edusoftmax.com

(Website Helper) create text link tooltips (c) EduSoftMax - www.edusoftmax.com