I may be looking at this wrongly, but with Image links I used ALT to show text tip for Imagelinks. However now I am using webfonts, and I love them. However I am unsure what is the recommended method for showing any text tip information, like one would do using the ALT attribute on an image.
My code is:
<a href="Index.htm"><i class="fa fa-book"></i></a>
I am using the "fontawesome" library.
So what is a good approach for showing text help information when one hovers over the webfont?
Thanks.