Thumbnails
Posted by admin | Posted in HTML Tutorial | Posted on 11-08-2010-05-2008
0
Thumbnail is a low quality small sized image which represents a high quality and larger image on a web page. Thumbnails are used for the faster loading of the web page. They are small in size so they load quickly as the page loads. They serve as a link to the high resolution image and if in case a user want to see the actual image they can click on the thumbnail and can see the real image.
Example:
- <a href=”sunset.gif”>
- <img src=”thmb_sunset.gif”>
- </a>
