I've notice that some coders when pacing an image on a page use...
and others use...Code:<img src="assets/images/image.png">
Both apper to display the image the same but what's the benefits of the dimensions?Code:<img src="assets/images/image.png" width="200px" height="100px">



Reply With Quote

Bookmarks