Skip to content

Commit f81e814

Browse files
committed
added color with 3 options
1 parent 8eebedc commit f81e814

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

‎Form-Controls/index.html‎

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,23 @@
2020
<input type="email" id="email" name="email">
2121
</div>
2222
<p></p>
23+
<div>
24+
Color
25+
</div>
26+
<div>
27+
<label for="Red">Red</label>
28+
<input type="radio" id="red" name="color">
29+
</div>
30+
<div>
31+
<label for="Blue">Blue</label>
32+
<input type="radio" id="clue" name="color">
33+
</div>
34+
<div>
35+
<label for="Green">Green</label>
36+
<input type="radio" id="green" name="color">
37+
</div>
38+
<p></p>
39+
2340

2441

2542

0 commit comments

Comments
 (0)