学习15 单选框/多选框标签

<!doctype html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>单选框/复选框</title>
</head>
<body>
<form action="save.php" method="post" >
    <label>性别:</label>
    <label></label>
    <input type="radio" value="1" name="gender-man" />
    <label></label>
    <input type="radio" value="2" name="gender-woman" />
</form> 
</body>
</html>
        

 

posted @ 2017-06-28 22:01  Riona-C  阅读(248)  评论(0编辑  收藏  举报