looks like browser will download the image twice in following case where the img src is different in two different references in page.
<img src="myimage.jpg" width="50" height="50" /> <img src="myimage.JPG" width="50" height="50" /> it is always better to use single case (lowercase/uppercase) all across ...
2012-10-05 05:05
This blog is frozen. No new comments or edits allowed.
Interesting..
looks like browser will download the image twice in following case where the img src is different in two different references in page.
<img src="myimage.jpg" width="50" height="50" />
<img src="myimage.JPG" width="50" height="50" />
it is always better to use single case (lowercase/uppercase) all across ...