0
Html. How write the code that after a choice it was possible to cancel it.
<input type="radio" value="gender" name="1"> it is no defined </input >
1 Answer
+ 2
1. you mixed up value and name
2. with <input type=āresetā value=ādelete formā> you can reset the whole form
3. you can use JavaScript to define a button which resets only the radio buttons