Alternate Text In Images
Alternate text are useful for when images on your web page aren't displaying for whatever reason. If an image isn't loaded when someone visits your site, the alternate text will appear in place of the image.
To do this, you add in the code:
alt="Type in whatever text you want to appear here"
Add this piece of code inside your image element.