HTML - IMG ALT Attribute with Mozilla

Mozilla especially Firefox does not display the ALT Text. So we can use TITLE attribute

If you are using alt and title, then it will work on all browsers

img src="http://www.blogger.com/image.jpg" alt="Some Text" title="Some Text"