html code for hovering images?

You can't do that with pure HTML. You could either use CSS and style img#yourid:hover, or you could (probably the better solution) use javascript to hide and show the lower image.
 
Back
Top