Skip to content

Commit ff740ab

Browse files
committed
fixed radio button
1 parent 396c4f5 commit ff740ab

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ <h1>Sorting Algorithm Visualizer</h1>
1717
<button id="random-data">Generate Random Data</button>
1818
<div class="radio">
1919
<form action="">
20+
<label
21+
><input
22+
type="radio"
23+
name="algo-name"
24+
value="bubble-sort"
25+
checked
26+
/>Bubble Sort</label
27+
>
2028
<label>
21-
<label
22-
><input
23-
type="radio"
24-
name="algo-name"
25-
value="bubble-sort"
26-
checked
27-
/>Bubble Sort</label
28-
>
2929
<input
3030
type="radio"
3131
name="algo-name"

0 commit comments

Comments
 (0)