1 <body> 2 <img src="../图片/n0.jpg" / usemap="qq"> 3 <map name="qq"> 4 <area shape="circle" coords="377,183,50" href="hppr://www.baidu.com/" target="_blank"/> 5 </map><br /> 6 <br /> 7 <br /> 8 <iframe src="http://www.baidu.com/" width="400" height="300" frameborder="1"></iframe><br /> 9 <br /> 10 <form> 11 账号:<input type="text" value="张三" disabled="disabled" /><br /> 12 密码:<input type="password" /><br /> 13 说说:<textarea cols="35" rows="8">123456789</textarea><br /> 14 <input type="submit" value="提交" /><br /> 15 <input type="reset" /><br /> 16 <input type="button" value="登录" disabled="disabled" /><br /> 17 <input type="image" src="../图片/n0.jpg" width="30" /><br /> 18 <input type="radio" name="tt" checked="checked" />男<br /> 19 <input type="radio" name="tt" />女<br /> 20 <input type="checkbox" checked="checked" disabled="disabled" />汉堡包<br /> 21 <input type="checkbox" />鸡腿<br /> 22 <input type="checkbox" />薯条<br /> 23 <input type="checkbox" />可乐<br /> 24 <input type="file" /><br /> 25 <select size="1"> 26 <option>可口可乐</option> 27 <option selected="selected">百事可乐</option> 28 <option>可口百事</option> 29 </select> 30 </form> 31 </body>