第二周作业

<!DOCTYPE html>
<html>
  <head>
   <meta charset="utf-8">
   <title>666</title>
  </head>
  <body >
   <p>
    《荒野求生》
   </p>
   <form>
   <form action="/demo/demo_form.asp">
    姓
    <input type="text" first name="">
    <br>
    名
    <input type="text" last name="">
        <br>
        <p>兴趣:</p>
        <form>
        跑步:
  <input type="checkbox" name="like"value="跑步">
  游戏:
  <input type="checkbox" name="like"value="游戏">
  看书:
  <input type="checkbox" name="like"value="看书">
  <form>
        <br>
        <form action="/demo/demo_form.asp">
         男:
         <input type="radio" name="sex"vaule="男"/>
         <br>
         女:
         <input type="radio" name="sex"vaule="女"/>
         <br>
        </form>
        <input type="submit" value="Submit">
   </form>
  </body>
 </html>

posted @ 2018-09-16 19:58  尘封于世  阅读(64)  评论(0)    收藏  举报