Skip to content

Commit

Permalink
fix inconsistencies
Browse files Browse the repository at this point in the history
  • Loading branch information
meleu committed Apr 14, 2023
1 parent fda5a36 commit dbb8c12
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions radios.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,29 +31,29 @@
<form action="demo_form.asp">
<label for="first">First</label>
<input type="radio" id="first" />
<label for="" for="second">Second</label>
<label for="second">Second</label>
<input type="radio" id="second" />
<input type="submit" />
</form>
<form action="demo_form.asp">
<form action="demo_form1.asp">
<label for="third">Third</label>
<input type="radio" id="third" />
<label for="forth">Forth</label>
<input type="radio" id="forth" />
<input type="submit" />
</form>
<form action="demo_form.asp">
<form action="demo_form2.asp">
<label for="fifth">Fifth</label>
<input type="radio" id="fifth" />
<label for="sixth">Sixth</label>
<input type="radio" id="sixth" />
<input type="submit" />
</form>
<form action="demo_form.asp">
<form action="demo_form3.asp">
<label for="seventh">Seventh</label>
<input type="radio" id="seventh" />
<label for="other">Other</label>
<input type="radio" id="other" />
<input type="submit">
<input type="submit" />
</form>
-->

0 comments on commit dbb8c12

Please sign in to comment.