This is the doctype declaration`for this document:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

Depending on your browser, you may notice an horizontal space between the images.

To remove this gap one can use one of the following inside the 1st img tag:
style="float:left;"
style="display:block;"
style="vertical-align:bottom;"