Consider:
<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"
Consider:
<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"
You can use the title attribute for this: