Does adding width and height to inline images increase the page load performance?
<img id="moon" height="200" width="450"
src="http://www.domain.com/moon.png" alt="moon image" />
Compare to this
<img id="moon" src="http://www.domain.com/moon.png" alt="moon image" />