How To Fix a Gap Under Image Demo

See the small gap under this image? To fix it, use one of these four rules!

img{display:block;}

img{vertical-align:bottom;}

img{float:left;}

div{font-size:0;}*Doesn't work in Opera