zoukankan      html  css  js  c++  java
  • 表单

    <html xmlns="http://www.w3.org/1999/xhtml">
      <head>
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
      <title>无标题文档</title>
      </head>
       
      <body>
       
      <table width="279"border="0" background="">
      <tr>
      <td>邮箱:<br><font size="1">士大夫撒旦</font></td>
       
      <td><input type="text"></td>
      </tr>
      <tr>
      <td>登录用户名:</td>
      <td><input type="text"></td>
      </tr>
      <tr>
      <td>显示名称:</td>
      <td><input type="text"></td>
      </tr>
      <tr>
      <td>密码:</td>
      <td><input type="password"></td>
      </tr>
      <tr>
      <td>确认密码:</td>
      <td><input type="password"></td>
      </tr>
      <tr>
      <td>性别:</td>
      <td><input type="radio" name="sex" checked="checkde" />男
      <input type="radio" name="sex" checked="checkde"/>女
      </td>
      </tr>
      <tr>
      <td>喜好:</td>
      <td><select>
      <option value="1" selected="selected">听音乐</option>
      <option value="2">打篮球</option>
      <option value="3">看电影</option>
      </select>
      </td>
      </tr>
      <tr>
      <td><input type="button" value="注册"></td>
      <td>&nbsp;</td>
       
      </tr>
      </table>
       
      </body>
      </html>
     
  • 相关阅读:
    基于go语言的消息推送系统架构分析
    golang IDE 工具liteide打开报错解决方法
    centos 安装ffmpeg 并生成文件截图
    android 微信分享
    函数编程之闭包漫谈(Closure)
    2017-06-26
    本周总结
    一周总结
    一周总结
    一周总结
  • 原文地址:https://www.cnblogs.com/weiwenxin01/p/5455066.html
Copyright © 2011-2022 走看看