Well I got this question in an interview test.Give two reasons why the page might take longer to download than necessary with this image.
< IMG src="somethin.gif" width=10 height=10 border=0 >
Well I came up with 3 instead of 2 reasons Xhtml validation problems,image resizing and unnecessary border=0.So what is wrong in here? .