HTML/CSS/Basic Tags/title
"title" displays a tooltip
<HTML>
<BODY>
<a id="myL"
title="wbex.ru"
href="http://www.wbex.ru/"
target=_blank>Did you see the tooltips?</a>
Move your mouse on to see the tooltips
</BODY>
</HTML>
<HTML>
<BODY>
<a id="myL"
title="wbex.ru"
href="http://www.wbex.ru/"
target=_blank>Did you see the tooltips?</a>
Move your mouse on to see the tooltips
</BODY>
</HTML>