(018)html_radio_checkbox

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
  <head>
    <title>html_radio.html</title>
    
    <meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
    <meta http-equiv="description" content="this is my page">
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
    
    <!--<link rel="stylesheet" type="text/css" href="./styles.css">-->

  </head>
  
  <body>
        <form action="" method="post">
            性别:
            <input type="radio" name="sex" value="1"><input type="radio" name="sex" value="2"/><br/><br/>
            兴趣爱好:
            <input type="checkbox" name="football" value="1"/>足球
            <input type="checkbox" name="basketball" value="2"/>篮球
            <input type="checkbox" name="pingpang" value="3"/>乒乓球
        </form>
  </body>
</html>

 

posted @ 2015-01-23 13:41  雪中飞雁  阅读(48)  评论(0)    收藏  举报