Fork me on GitHub
江微雨
一往情深深几许 深山夕照深秋雨。

<!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>

 

posted on 2018-09-16 22:04  毛成  阅读(81)  评论(0编辑  收藏  举报