Use ALT tags for Images and Links

The ALT tag in HTML was designed to help the blind read web pages. It works like this:
<IMG src=”my_picture.gif” alt=”This is my Picture”>
Most likely search engines use the ALT tags to get information about what the image is about. This could potentially help your page get better ranking. Even if [...]