1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>用户登录.html</title>
  5.  
  6. <meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
  7. <meta http-equiv="description" content="this is my page">
  8. <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  9.  
  10. <!--<link rel="stylesheet" type="text/css" href="./styles.css">-->
  11.  
  12. </head>
  13.  
  14. <body>
  15. <form name="user" action="#" method="get">
  16. <table align="center">
  17. <tr>
  18. <td>用户名</td>
  19. <td>
  20. <input type="text" name="username" />
  21. </td>
  22. </tr>
  23. <tr>
  24. <td>密码</td>
  25. <td>
  26. <input type="password"/>
  27. </td>
  28. </tr>
  29. <tr>
  30. <td>性别</td>
  31. <td>
  32. <input type="radio" name="name" checked="checked"/>
  33. <input type="radio" name="name"/>
  34. </td>
  35. </tr>
  36. <tr>
  37. <td>地址</td>
  38. <td>
  39. <select>
  40. <option>浙江</option>
  41. <option>江苏</option>
  42. <option>上海</option>
  43. </select>
  44. <select>
  45. <option>杭州</option>
  46. <option>南京</option>
  47. <option>嘉定</option>
  48. </select>
  49. </td>
  50. </tr>
  51. <tr>
  52. <td>爱好</td>
  53. <td>
  54. <input type="checkbox" name="sport" checked="checked"/>运动
  55. <input type="checkbox" name="basketball"/>篮球
  56. <input type="checkbox" name="volleyball"/>排球
  57. </td>
  58. </tr>
  59. <tr>
  60. <td>邮箱</td>
  61. <td>
  62. <input type="text" name="emall" />
  63. </td>
  64. </tr>
  65. <tr>
  66. <td>电话号码</td>
  67. <td>
  68. <input type="text" name="phone" />
  69. </td>
  70. </tr>
  71. <tr>
  72. <td>上传头像</td>
  73. <td>
  74. <input type="file" name="file" />
  75. </td>
  76. </tr>
  77. <tr>
  78. <td>其他</td>
  79. <td>
  80. <textarea rows="15" cols="50"></textarea>
  81. </td>
  82. </tr>
  83. <tr>
  84. <td></td>
  85. <td>
  86. <input type="button" value="普通按钮"/>
  87. <input type="submit" name="tijiao" value="注册"/>
  88. <input type="reset" name="quxiao" value="取消"/>
  89. </td>
  90. </tr>
  91. <tr>
  92. <td></td>
  93. <td>
  94. <input type="image" name="img" src="btn.gif"/>
  95. </td>
  96. </tr>
  97. </table>
  98. </form>
  99. </body>
  100. </html>

2nd week的更多相关文章

  1. Entity Framework 6 Recipes 2nd Edition 译 -> 目录 -持续更新

    因为看了<Entity Framework 6 Recipes 2nd Edition>这本书前面8章的翻译,感谢china_fucan. 从第九章开始,我是边看边译的,没有通读,加之英语 ...

  2. 参加 Tokyo Westerns / MMA CTF 2nd 2016 经验与感悟 TWCTF 2016 WriteUp

    洒家近期参加了 Tokyo Westerns / MMA CTF 2nd 2016(TWCTF) 比赛,不得不说国际赛的玩法比国内赛更有玩头,有的题给洒家一种一看就知道怎么做,但是做出来还需要洒家拍一 ...

  3. Recruit Coupon Purchase Winner's Interview: 2nd place, Halla Yang

    Recruit Coupon Purchase Winner's Interview: 2nd place, Halla Yang Recruit Ponpare is Japan's leading ...

  4. 架构师书单 2nd Edition--转载

    作者:江南白衣,原文出处: http://blog.csdn.net/calvinxiu/archive/2007/03/06/1522032.aspx,转载请保留. 为了2007年的目标,列了下面待 ...

  5. Otto Product Classification Winner's Interview: 2nd place, Alexander Guschin ¯\_(ツ)_/¯

    Otto Product Classification Winner's Interview: 2nd place, Alexander Guschin ¯\_(ツ)_/¯ The Otto Grou ...

  6. The 2nd tip of DB Query Analyzer

    The 2nd tip of DB Query Analyzer                               Ma Genfeng   (Guangdong Unitoll Servi ...

  7. Reading task(Introduction to Algorithms. 2nd)

    Introduction to Algorithms 2nd ed. Cambridge, MA: MIT Press, 2001. ISBN: 9780262032933. Introduction ...

  8. 第十五周翻译-《Pro SQL Server Internals, 2nd edition》

    <Pro SQL Server Internals, 2nd edition> 作者:Dmitri Korotkevitch 翻译:赖慧芳 译文: 55-58页 第三章 统计 SQL Se ...

  9. 第十四周翻译-《Pro SQL Server Internals, 2nd edition》

    <Pro SQL Server Internals, 2nd edition> 作者:Dmitri Korotkevitch 翻译:赖慧芳 译文: 设计和优化索引 定义一种应用于所有地方的 ...

  10. 第十三周翻译-《Pro SQL Server Internals, 2nd edition》

    <Pro SQL Server Internals, 2nd edition> 作者:Dmitri Korotkevitch 翻译:赖慧芳 译文: 聚集索引 聚集索引指示表中数据的物理顺序 ...

随机推荐

  1. scrapy-logging

    import logging logger = logging.getLogger(__name__) # 当前文件位置 logger.warning('haha') # debug info 201 ...

  2. C#设计模式(1)——单例模式(Singleton)

    单例模式即所谓的一个类只能有一个实例, 也就是类只能在内部实例一次,然后提供这一实例,外部无法对此类实例化. 单例模式的特点: 1.只能有一个实例: 2.只能自己创建自己的唯一实例: 3.必须给所有其 ...

  3. linux 僵尸进程查看方式

    ps -A -ostat,ppid,pid,cmd |grep -e '^[Zz]' # 结果 Z 169925 49893 [sw] <defunct> Z 169925 120690 ...

  4. PHP生成HTML静态页面。

    function Generate(){ $html = '<!DOCTYPE html><html lang="en"><head> < ...

  5. 操作系统切换CPU的方式

    操作系统切换CPU的方式 1 IO等待切换. 2 时间轮询切换,也就是如果没有IO等待的情况下,就会有时间轮询切换,不让CPU一直处理一个任务   CPU的处理速度是纳秒级别的,所有我们可以同时听歌, ...

  6. RK3288 mipi屏参数配置文件

    RK3288     Android 5.1系统     Linux 3.10 mipi屏参数配置文件所在的路径:kernel/arch/arm/boot/dts/xxx_mipi.dtsi 屏参数配 ...

  7. 常用的stm32库函数

    //初始化的方式:先定义初始化机构体.再打开时钟使能.在对每一组GPIO口进行初始化. GPIO_InitTypeDef LED_GPIO; RCC_APB2PeriphClockCmd(RCC_AP ...

  8. 1、detail页面 /items/detail/:id

    <template> <div class="item_detail"> <van-swipe :autoplay="3000" ...

  9. 记一次线上bug排查-quartz线程调度相关

    记一次线上bug排查,与各位共同探讨. 概述:使用quartz做的定时任务,正式生产环境有个任务延迟了1小时之久才触发.在这一小时里各种排查找不出问题,直到延迟时间结束了,该任务才珊珊触发.原因主要就 ...

  10. DOM 扩展

    1.选择符API,selectors API 可以使用CSS选择符匹配查找节点 1)  querySelector(selector),接受一个CSS选择符,返回调用该函数的节点后代中第一个匹配的元素 ...