• 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>

     

  • 相关阅读:
    软件工程学习总结
    南通大学教务管理系统微信平台 用户体验
    设计一款适合父母使用的手机
    我想搞懂的软工问题
    C++用法的学习心得
    email program (客户端)演变过程有感
    C++用法的学习心得
    软件工程学期总结
    微信南通大学教务学生管理系统_用户体验
    设计一款给父母使用的手机
  • 原文地址:https://www.cnblogs.com/jxhblog/p/9660935.html
Copyright © 2020-2023  润新知