<!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_7_2</title></head> <body> <!--the following elements should return errors--> <a href="link1">link 1</a> <a href="link2" tabindex="10">link 2</a> <a href="link3">link 3</a> <map> <area href="area1" /> <area href="area2" tabindex="20" /> <area href="area3" /> </map> <form> <input type="text" name="username" /> <select name="country" tabindex="30"> <option>NZ</option> </select> <textarea name="comments"></textarea> <button>submit</button> </form> <object data="image1.gif"></object> <object data="image2.gif" tabindex="40"></object> <object data="image3.gif"></object> <!--the following elements should be fine--> <map> <area href="area4" /> <area href="area5" /> <area href="area6" /> </map> <form> <input type="text" name="username2" /> <select name="country2"> <option>NZ</option> </select> <textarea name="comments2"></textarea> <button>submit2</button> </form> <form> <input type="hiddden" name="HIDDEN FIELD" value="HIDDEN" /> </form> <!-- <p><small><strong>XHTMLTEST:</strong> You can use these tags: <code><a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong> </code></small></p>--> </body> </html>