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>

  • 相关阅读:
    商品
    正向代理和反向代理
    JS中的bind方法
    本地安装并运行http-server、browser-sync、webpack
    NPM——常用命令
    两层遍历的递归写法
    vue-cli中的index.html ,main.js , App.vue的关系
    NPM的由来——为什么要使用NPM
    关于this的指向
    MapReduce编程模型详解(基于Windows平台Eclipse)
  • 原文地址:https://www.cnblogs.com/smartmc/p/9657683.html
Copyright © 2011-2022 走看看