<!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" lang="en-nz"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>NZ_S_8_2</title></head> <body> <!--the following links should return errors--> <a href="http://www.accessware.co.nz/blahblahblah.htm">bad link 1</a> <a href="http://www.accessware.co.nzzz/">bad link 2</a> <!--the following elements should be fine--> <a href="http://www.accessware.co.nz/index.html">good link 1</a> <a href="http://www.accessware.co.nz">good link 2</a> </body> </html>