There was an error while loading. Please reload this page.
1 parent 9c5a249 commit 7ec34c7Copy full SHA for 7ec34c7
1 file changed
Form-Controls/index.html
@@ -25,11 +25,11 @@ <h1>Product Pick</h1>
25
<br>
26
<fieldset>
27
<legend>Pick a color of your choosing</legend>
28
- <input type="radio" id="color-red" name="color" value="Red">
+ <input type="radio" id="color-red" name="color" value="Red" required>
29
<label for="color-red">Red</label>
30
- <input type="radio" id="color-blue" name="color" value="Blue">
+ <input type="radio" id="color-blue" name="color" value="Blue" required>
31
<label for="color-blue">Blue</label>
32
- <input type="radio" id="color-green" name="color" value="Green">
+ <input type="radio" id="color-green" name="color" value="Green" required>
33
<label for="color-green">Green</label>
34
</fieldset>
35
<div>
0 commit comments