美文网首页
fieldset/input/反馈表

fieldset/input/反馈表

作者: 富有的心 | 来源:发表于2017-11-20 18:33 被阅读0次
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <title></title>
    <style type="text/css">
    body {
        background: url(images/bg.jpg) no-repeat;
        padding: 0;
        margin: 0;
        width:1003px;
        height:669px;
    }
    
    
    #apDiv1 {
        position: absolute;
        width: 427px;
        height: 276px;
        z-index: 1;
        left: 25px;
        top: 88px;
    }
    </style>
    </head>
    
    <body>
    <div id="apDiv1">
      <form action="" method="get">
        <fieldset>
            <legend>反馈表</legend>
            邮 箱:
            <input type="text" name="textfield1">
            <br>
            密 码:
            <input type="password" name="textfield2">
            <br>
            用户名:
            <input type="text" name="textfield2">
            <br>
            性 别:
            <input type="radio" name="radiobutton" value="radiobutton1">
            男
            <input type="radio" name="radiobutton" value="radiobutton2">
            女<br>
            意见反馈:<br>
            <textarea name="textarea" cols="30" rows="6"></textarea>
            <br>
            
     type="submit" name="Submit1" value="确定">
            <!-- 这里重写的作用域是全部fieldset -->
            <input type="reset" name="Submit2" value="重写">
        </fieldset>
    </form>
    </div>
    </body>
    </html>
    
    < 9E70C676-77DB-428C-A5D6-1C922E3D65ED.png

    相关文章

      网友评论

          本文标题:fieldset/input/反馈表

          本文链接:https://www.haomeiwen.com/subject/icqbvxtx.html