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