<a href="#" onClick="myFunction22()"><img src="images/icon-exit.png" width="34" height="34" alt="Exit Fullscreen"></a>
I want a Hover ALT tag for this Onclick link saying… "Exit Fullscreen"
<a href="#" onClick="myFunction22()"><img src="images/icon-exit.png" width="34" height="34" alt="Exit Fullscreen"></a>
I want a Hover ALT tag for this Onclick link saying… "Exit Fullscreen"
3
Answers
you can use the title attribute for this.
You can use the title attribute of the a tag like this:
You could do this without involving a link
but in either case, just use title=