<label for="animal"><input type="radio" name="id="animal">Puppy</label>
<label for="animal"><input type="radio" name="id="animal">Cat</label>
Even if I click on a cat, the dog is selected, so how do I modify it?
You want to be selected when you click on a letter.
html
input
label
2022-09-20 11:15