<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>NZ_S_1_2</title> </head> <body> <!--this will return an error--> <img src="none.gif" width="10" height="10" alt="bad image" ismap /> <!--this will not return an image--> <img src="none.gif" width="10" height="10" alt="good image" /> </body> </html>