Web Development HTML Guide - Learn HTML
Developer Tutorials
ASP
CGI & Perl
CSS
Flash
HTML
Java
JavaScript
Linux
MySQL
PHP
Photoshop
Python
Wireless
XML



Developer Manuals
Learn HTML
Learn PHP
Learn MySQL
Learn CSS
Learn Pear


Developer Scripts
ASP Scripts
ASP.NET Scripts
CGI & Perl Scripts
Flash Scripts
Java Scripts
JavaScript Scripts
PHP Scripts
Python Scripts
Remotely Hosted Scripts
Tools & Utilities Scripts
XML Scripts

Developer Resources
Developer Tools
Developer News
Developer Forums
Developer Content
Developer Book Reviews
Survey Software

Web Hosting Directory
Budget Web Hosting
ColdFusion Hosting
Dedicated Servers
Domain Hosting
E-Commerce Hosting
Email Hosting
Free Web Hosting
Linux Web Hosting
Managed Hosting
Reseller Hosting
Small Business Hosting
Windows Web Hosting

back to <IMG LOWSRC="...">

Example of

A bike and his boy

The above image is produced with this code:

<IMG 
   SRC="../graphics/paulonbike.gif" 
   LOWSRC="../graphics/paulonbike_lowsrc.gif" 
   HEIGHT=378 WIDTH=516 ALT="A bike and his boy">

The first image to load should be a black-and-white picture of my friend Paul standing next to his motorcycle. That image should be eventually replaced by the color version of the same picture. The attribute is probably not the best solution to the problem of slow picture downloads. If your picture is so big that you require , you may wish to consider using a smaller picture. However, in situations where you need that large picture, can give the reader something to ponder for the extra time it takes to complete the download.