<!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_10_1</title> </head> <body> <!--the following elements should raise errors--> <frameset id="frameset1"> <frame src="frame1.htm" /> <frame src="frame2.htm" /> </frameset> <frameset id="frameset2"> <frame src="frame3.htm" /> <frame src="frame4.htm" /> <noframes></noframes> </frameset> <frameset id="frameset3"> <frame src="frame5.htm" /> <frame src="frame6.htm" /> <noframes>There are no links here</noframes> </frameset> <frameset id="frameset4"> <frame src="frame7.htm" /> <frame src="frame8.htm" /> <noframes>Please <a href="http://www.mozilla.org">upgrade</a> your browser</noframes> </frameset> <!--the following elements should be fine--> <frameset id="frameset5"> <frame src="frame9.htm" /> <frame src="frame10.htm" /> <noframes><a href="main.htm">This is the main page</a></noframes> </frameset> </body> </html>