Keywords in Image ALT attributes
Friday, November 28th, 2008What is an ALT Attribute for image and what is the use You migt have seen the HTML image tag like <img src="something.jpg" height="200" width="100" alt="ALTERNATE TEXT" /> The ALTERNATE TEXT is the one which gets shown in the browser just in case the image could not be loaded by the browser. ...