welcomewiki has just posted in the HTML Forum forum of Wiki Newforum under the title of HTML Images.
This thread is located at http://www.wikinewforum.com/showthread.php?t=5781
Here is the message that has just been posted:
***************
<html>
<body>
<img src="goleft.gif" alt="Go Left" width="32" height="32">
<p>
Text-only browsers cannot display images and will only display the text that is specified in the "alt" attribute for the image. Here, the "alt"-text is "Go Left".</p>
<p>
Note that if you hold the mouse pointer over the image, most browsers will display the "alt"-text.
</p>
</body>
</html>
---------
Image: http://www.w3schools.com/html/goleft.gif Text-only browsers cannot display images and will only display the text that is specified in the "alt" attribute for the image. Here, the "alt"-text is "Go Left".
Note that if you hold the mouse pointer over the image, most browsers will display the "alt"-text.
***************