There is no src attribute for your img tag (and besides being a required attribute, without it the browser has no idea what you want to do, so each browser is handling the invalid mark-up in its own way).
PS: The alt attribute is also required, though probably every browser will cope without it just fine.