(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>
***万事万物都有裂痕,那是光照进来的地方***

浙公网安备 33010602011771号