There was an error while loading. Please reload this page.
1 parent 6ccbc57 commit f518db6Copy full SHA for f518db6
1 file changed
Form-Controls/index.html
@@ -32,9 +32,10 @@ <h1>Product Pick</h1>
32
<div>
33
<label for="color">Color</label>
34
<select name="color" id="color" required>
35
+ <option value="">Please choose a color</option>
36
<option value="navy">Navy</option>
37
<option value="sage green">Sage Green</option>
- <option value="Charcoal">Charcoal</option>
38
+ <option value="charcoal">Charcoal</option>
39
</select>
40
</div>
41
@@ -49,6 +50,8 @@ <h1>Product Pick</h1>
49
50
<option value="XXL">XXL</option>
51
52
53
+
54
+ <button type="submit">Submit</button>
55
</form>
56
</main>
57
<footer>
0 commit comments