zoukankan      html  css  js  c++  java
  • 注册表

    <!DOCTYPE html>
    <html>
    <head>
    <meta http-equiv="Content-Type" content="texthtml; charset=UTF-8">
    <title>注册表</title>
    </head>
    <body>
    <form action="biao">
    <tr>
    <td>姓名:</td>
    <td><input type="text" name="shuru"></td>
    </tr>
    </thead>
    <br />
    <tr>
    <td>性别:</td>
    <td><input type="radio" value="男" name="sex" checked>男 <input
    type="radio" value="女" name="sex">女</td>
    </tr>
    <br />
    <tr>
    学历:
    <select size="1">
    <option>初中</option>
    <option>高中</option>
    <option>大学</option>
    <option>研究生及以上</option>
    </select>
    </tr>
    <br />
    <tr>
    <td>爱好:</td>
    <td><input type="checkbox" name="sex">运动 <input
    type="checkbox" name="sex">计算机技术<input type="checkbox"
    name="sex">美术</td>
    </tr>
    <br />
    <tr>
    自我评价:
    <textarea id="kuang" rows="10" cols="25"></textarea>
    </tr>
    <br />
    <tr>
    <td><input type="number" name="points" step="3">
    <input type="submit"value="输入是三的倍数的自然数"">
    </td>
    </tr>
    </form>
    </body>
    <html>
  • 相关阅读:
    linux I2C 读写 tlv320dac3100
    ubuntu lfs
    安装和使用花生壳(linux)
    vim 配置
    vim
    gnome2 恢复默认 panel
    ubuntu 挂在 jffs2 文件
    gstreamer 播放
    gstreamer 环境变亮设置
    探讨【IGE】的源代码【五】。
  • 原文地址:https://www.cnblogs.com/qwe123qwe/p/9657257.html
Copyright © 2011-2022 走看看