<!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_1</title></head> <body> <!--the following links should return errors--> <a href="dest1.htm">Destination text 1</a> <a href="dest2.htm">Destination text 1</a> <a href="dest3.htm">Click Here</a> <a href="dest4.htm">More</a> <a href="dest5.htm">Follow this</a> <a href="dest6.htm">This is a verrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrry long link text</a> <a href="dest6.htm" title="short title">This is a verrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrry long link text</a> <!--the following elements should be fine--> <a href="dest7.htm">Destination text 2</a> <a href="dest8.htm">Destination text 3</a> </body> </html>