i using doctype:
http://www.w3.org/TR/html4/strict.dtd
full code:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<HTML>
<BODY>
<div style="border:1px solid red;background-color:blue;"><img src="http://www.google.com/intl/en_ALL/images/srpr/logo1w.png"></div>
</BODY>
</HTML>
you can check it out here
in chrome or firefox,why has a padding on bottom?
how to fix it?
(if I remove doctype, or in IE ,it's be okey)