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>

  • 相关阅读:
    Unity3d在各个平台读取Sqlite3数据库
    UI
    Could..... not preload global game manager
    Asset Store 下载的package存在什么地方?
    NDK下载地址
    UGUI富文本
    Unity播放视频
    让IIS支持无后缀名访问
    PC Android IOS资料同步更新
    PHP memcached 扩展的安装
  • 原文地址:https://www.cnblogs.com/smartmc/p/9657683.html
Copyright © 2011-2022 走看看