Html. How write the code that after a choice it was possible to cancel it. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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 >

5th Feb 2017, 4:31 PM
Игорь Дорошенко
Игорь Дорошенко - avatar
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
5th Feb 2017, 4:39 PM
Mario L.
Mario L. - avatar