Adding text to image,confirmation required
I would like to add some text for the images on my site & place it into my code for search engines purposes
A section of my code at the moment is as follows.
<img src="fiat/flip-remote-3button.png" width="150" height="52" class="imgshadow" /></a>
If i add the following
alt="IMAGE DESCRIPTION HERE"
Is this then correct,so i can continue.
<img src="fiat/flip-remote-3button.png" alt="IMAGE DESCRIPTION HERE" width="150" height="52" class="imgshadow" /></a>
Just looking for confirmation,many thanks