Some important tips on how to save bandwidth :
1. Keep your pages as small as possible :
This means tight HTML programming to reduce file size, and compacting your pictures and graphics to reduce image size. Use the JPEG image format for your photos and the GIF format for graphics – their compression abilities are second to none.
2. Use images that aren’t stored on your site :
You can do this by replacing the file name in your tag with a URL that gives the location of the image you want to use. Before doing this, however, make sure you have the permission of the site you are linking to. Otherwise, you’re stealing bandwidth, which is considered pirating and is therefore illegal.
3.Use Cascading Style Sheets (CSS) :
Another effective way to save bandwidth is to use CSS. Designed to reduce HTML file size, CSS attribute values for any HTML element/command at the beginning of the document, rather than repeating them throughout.






