1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2 <html xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 5 <title>无标题文档</title> 6 </head> 7 8 <body> 9 <img src="1386167025779.jpeg" usemap="#Map" border="0"/> 10 <map name="Map" id="Map"> 11 <area shape="rect" coords="104,256,303,413" href="http://www.baidu.com" /> 12 </map> 13 <br /> 14 <br /> 15 <iframe src="http://www.baidu.com/" width="400" height="300" frameborder="1"></iframe> 16 <br /> 17 <br /> 18 <form> 19 账号:<input type="text" value="22222" disabled="disabled" /><br /> 20 密码:<input type="password" /><br /> 21 说说:<textarea cols="35" rows="5">11111</textarea><br /> 22 <input type="submit" value="提交" /><br /> 23 <input type="reset" />重置按钮<br /> 24 普通按钮<input type="button" value="登录" disabled="disabled" /><br /> 25 图片按钮<input type="image" src="1386167025779.jpeg" width="200" /><br /> 26 选择输入<br /> 27 单选按钮<br /> 28 <input type="radio" name="tt" checked="checked" />男<br /> 29 <input type="radio" name="tt" />女<br /> 30 复选框组<br /> 31 <input type="checkbox" checked="checked" disabled="disabled" />汉堡<br /> 32 <input type="checkbox" />鸡腿<br /> 33 <input type="checkbox" />薯条<br /> 34 <input type="checkbox" />可乐<br /> 35 <br /> 36 上传<br /> 37 <input type="file" /><br /> 38 。。。下拉列表框<br /> 39 <select size="1"> 40 <option selected="selected">q</option> 41 <option>w</option> 42 <option>e</option> 43 </select><br /> 44 45 </form> 46 47 </body> 48 </html>
无标题文档