zoukankan      html  css  js  c++  java
  • 2018.9.16作业register

    网页注册

    <html>
    <head>
    <title>注册</title>
    </head>
    <body bgcolor="#F5F5DC">
    <bgsound src="爱一点.mp3"autostart="true" loop="infinite">
    <h2 align="center">申请表</font></h2><p><a href="http://hao123.com">transfer</a></p>
    <input type "text"size="30" maxlength="20"value="hao123转接请点击上面链接"style="heigth:30px; color:#3333">
    <marquee direction="left" bgcolor="yellow" onmouseover="this.stop()" onmouseout="this.start()" scrollamount="5">欢迎加入我们,亲!</marquee>
    <center><input type="image"src="http://p0.so.qhimgs1.com/bdr/200_200_/t011fa0ccaa6d22240c.jpg"name="yes"width="500"height="500" / ></center>
    <fieldset>
    <legend>注册</legend>
    请认真填写信息
    <form>
    姓名<input type="text"><br><br>
    感兴趣的职位:<br><br>
    <input type="radio" name="danxua" value="1" >Web 设计人员 <input type="radio" name="danxua" value="2">Web 管理员 <input type="radio" name="danxua" value="3" checked>Web 开发人员
    <br><br>
    其他要求:
    <br>
    <textarea cols="20" rows="5">包括薪水待遇,工作地点等。
    </textarea>
    <br><br>
    <input type="checkbox" name="fuxuan" value="1" checked>发送确认信息
    <br><br>
    经验<select name="liebiao">
    <option value="wu" selected>无经验<option><br>
    <option value="1">1年<option><br>
    <option value="3">3年<option><br>
    <option value="5">5年<option>
    </select>
    <input type="submit" value="确定">
    <input type="reset" value="重置">

    </form>
    </fieldset>
    </body>
    </html>

  • 相关阅读:
    CocosCreator 手动设置刚体接触回调函数
    CocosCreator 组件添加依赖的其它组件
    Cocos Creator 动画控制
    Cocos Creator Editor 扩展右键菜单
    CocosCreator 代码添加点击事件函数
    jsfl 读取xml
    Markdown 箭头
    Markdown 数学公式输入
    Cocos Creator Editor 创建.anim文件
    VS2017调试技巧
  • 原文地址:https://www.cnblogs.com/dedao97/p/9657166.html
Copyright © 2011-2022 走看看