Does it matter if an image is saved as a ".JPG" and called the same way into an HTML document? Or should they be changed to ".jpg" and called that way?
Example:
<img src="images/image1.JPG" /> or <img src="images/image1.jpg" />
Thanks.
Continue reading »