Reference number: CH000070 Creating an image with a text description in HTML.
Issue:
Creating an image with a text description in HTML.
Solution:
Adding the ALT statement to the IMG SRC tag will display a message for the image. <img src="http://www.computerhope.com/chguy.gif" alt="Visit Computer Hope"> The above example will display Visit Computer Hope over the image if you use Internet Explorer, or on the status bar if you use Netscape. Example: 
|