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>

     

  • 相关阅读:
    空格转换
    vuex学习
    css移动端适配方法
    数组以及数组常用方法
    21-canvas事件监听
    20-canvas之形变
    [转]session 跨域共享方案
    [转载] 从mysql,代码,服务器三个方面看mysql性能优化
    [计算机]Alan Perlis人物简介
    Python环境搭建及pip的使用
  • 原文地址:https://www.cnblogs.com/jxhblog/p/9660935.html
Copyright © 2011-2022 走看看