There was an error while loading. Please reload this page.
1 parent 319d0ea commit 75f16f1Copy full SHA for 75f16f1
1 file changed
Form-Controls/index.html
@@ -58,14 +58,20 @@ <h1>Product Pick</h1>
58
</div>
59
</fieldset>
60
-->
61
- <label for="colour">Colour Choice</label>
+ <fieldset>
62
+<legend>Colour Choice</legend>
63
+
64
+<label for="colour" class="visually-hidden">Colour Choice</label>
65
66
<select id="colour" name="colour" required>
67
<option value="">Select Your Colour</option>
68
<option value="Burgundy">Burgundy</option>
69
<option value="Purple">Purple</option>
70
<option value="Yellow">Yellow</option>
71
</select>
72
73
+ </fieldset>
74
75
<fieldset>
76
<legend>Size Choice</legend>
77
<div>
0 commit comments