Html question. When I use the radio button with gender, then I can select only one button. But when I do the same things with the checkbox, it allows me to select multiple buttons. Is there are any way to make checkbox like radio button?
<head>
<title>non breaking space</title>
</head>
<body>
<input type="radio" name="gndr">Male
<input type="radio" name="gndr">Female
<!--!!!!!!!!!!?-->
<input type="checkbox" name="gndr">Male
<input type="checkbox" name="gndr">FeMale
</body>
Aucun commentaire:
Enregistrer un commentaire