tmac2104
Joined: 01 Mar 2004 Posts: 4
|
Posted: Mon Mar 01, 2004 2:11 pm Post subject: Basic Web Design Tip#1 |
|
|
| When browser opens a particular page it tries to understand the html, so when you leave the image without mentioning its dimensions, browser gets confused how much space it supposed to take, thus it will slow down the loading of the page. However if you mention the width and height of the image, browser can know exactly how much space should it allocate for particular image, and even before the image loads it can allocate this space to it and continue loading the rest of the page. So if you want your pages to load faster, don't forget to include image width and height. |
|