Web pages load faster when the height and width of images displayed in them are explicitly defined because web browsers save time by not having to measure the images dimension themselves eg:
<img src=”logo.jpg” height=”100″ width=”50″ /> (read more).