zoukankan      html  css  js  c++  java
  • web.1

    <!DOCTYPE html>
    <html>
    <head>
    <meta charset="utf-8">
     <title>毛哥调查表单</title>
    </head>
    <body>
    <!--PICTURE>
    <img src="1513763039481.jpeg" alt="毛哥的女同学"><br>
    </PICTURE-->
    <!--img src="1513763039481.jpeg" alt="毛哥的女同学"--><br>
    <form action="" method="get" class="form-example">
      <div class="form-example">
        <label for="name">Enter your name: </label>
        <input type="text" name="name" id="name" required>
      </div>
      <div class="form-example">
        <label for="email">Enter your email: </label>
        <input type="email" name="email" id="email" required>
      </div>
      <div class="form-example">
        <input type="submit" value="Subscribe!">
      </div>
    </form>
    <form name="formone">
    你的性别是:<br>
    <input type="radio" name="性别" value="x">男<br>
    <input type="radio" name="性别" value="x">女<br>
    你的爱好是:<br>
    <input type="checkbox" name="爱好" value="1">骑行<br>
    <input type="checkbox" name="爱好" value="2">跑步<br>
    <input type="checkbox" name="爱好" value="3">旅游<br>
    </form>
    <p>
    点击下面有惊喜<br>
    <a href="6.html">不管你信不信,就问你敢不敢点我?</a>
    </p>
    </body>
    </html>

    <!-- 6.html-->

    <!DOCTYPE html>
    <html>
    <head>
    <meta charset="utf-8">
     <title>毛哥的二级调查表</title>
    </head>
    <body>
    <PICTURE>
    <img src="1513763039481.jpeg" alt="毛哥的女同学"><br>
    </PICTURE>
    </body>
    </html>

  • 相关阅读:
    toj 2975 Encription
    poj 1797 Heavy Transportation
    toj 2971 Rotating Numbers
    zoj 2281 Way to Freedom
    toj 2483 Nasty Hacks
    toj 2972 MOVING DHAKA
    toj 2696 Collecting Beepers
    toj 2970 Hackle Number
    toj 2485 Card Tric
    js页面定位,相关几个属性
  • 原文地址:https://www.cnblogs.com/smartmc/p/9657683.html
Copyright © 2011-2022 走看看