Html. How write the code that after a choice it was possible to cancel it. | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grátis
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 Resposta
+ 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