zoukankan      html  css  js  c++  java
  • web表单作业

    <!DOCTYPE html>
    <html>
    <head>
      <title>web表单作业</title>
    </head>
    
    <body>
      <form action="" method="get">
        <label for="zhanghu">账户:</label> 
        <input id="zhanghu" type="text" name="name">
        <input type="submit" value="Save"><br>
        <label for="password">密码:</label>
        <input id="password" type="test" name="name">
        <input type="submit" value="Save"><br>
        <label for="phone number">电话:</label>
        <input id="phone number" type="test" name="name">
        <input type="submit" value="Save"><br>
        <label for="email">邮件:</label>
        <input id="email" type="test" name="name">
        <input type="submit" value="Save"><br>
        <label for="birthday">生日:</label>
        <input id="birthday" type="test" name="name">
        <input type="submit" value="Save"><br>
        
        <fieldset>
          <legend>性别:</legend>
          <input type="radio" name="radio" id="radio">
          <lable for="radio"></label>
          <input type="radio" name="radio" id="radio">
          <lable for="radio"></label>
    
        </fieldset>
        <fieldset>
          <legend>爱好:</legend>
          <input type="radio" name="radio" id="radio">
          <label for="radio">篮球</label>
          <input type="radio" name="radio" id="radio">
          <lable for="radio">足球</label>
          <input type="radio" name="radio" id="radio">
          <lable for="radio">羽毛球</label><br>
          <input type="radio" name="radio" id="radio">
          <lable for="radio">音乐</label>
           <input type="radio" name="radio" id="radio">
          <lable for="radio">阅读</label>
          <input type="radio" name="radio" id="radio">
          <lable for="radio">宠物</label>
        </fieldset>
        <fieldset>
        <legend>个性签名:</legend>
        <input id="signature" type="text" name="name" >
        </fieldset>
      </form>
    </body>
    </html>

     

  • 相关阅读:
    JS&和&&-T
    PHP Xdebug
    PHP非对称加密
    JavaScript:弹框输出
    JavaScript:函数闭包
    JavaScript:函数
    JavaScript:正则表达式 & 日期对象
    JavaScript: Math数学对象 & Number对象
    JavaScript: 数组
    JavaScript: 常用字符串API
  • 原文地址:https://www.cnblogs.com/jxhblog/p/9660935.html
Copyright © 2011-2022 走看看