Image Long Description : Image Img « HTML « JavaScript DHTML
- JavaScript DHTML
- HTML
- Image Img
Image Long Description
<html>
<body>
<img id="myImg" src="http://www.java2s.com/style/logo.png" longdesc="Java2s's Logo">
<button onclick="alert(myImg.longDesc);">Long Desc</button>
</body>
</html>
Related examples in the same category