Because english isn't my first language, I don't know how else to draft my question, so sorry in advance if a problem like this has already been resolved on this website.
Anyways, I have this JavaScript link, something like that:
<a href="javascript:patonglet1m()">something</a>
But that's not really a problem. What I want to do is to change this text (this one is from Google Chrome), when you hover on the link: here's what I'm talking about.
Is it even possible? Can it say something I want it to say?
Sorry, perhaps it is a stupid question, but I'm new to all this.
yes you can add abbrevation in html,
you have to add hrml tag <abbr title="hey im hover abbrevation"><a href="javascript:">something</a></abbr>