There was an error while loading. Please reload this page.
1 parent a3484fd commit 240ecb4Copy full SHA for 240ecb4
1 file changed
Form-Controls/index.html
@@ -36,7 +36,13 @@ <h1>Product Pick</h1>
36
37
<fieldset>
38
<legend>T-Shirt Options</legend>
39
- <!-- colour + size will go here -->
+ <label for="colour">T‑Shirt Colour</label>
40
+ <select id="colour" name="colour" required>
41
+ <option value="">-- Select a colour --</option>
42
+ <option value="red">Red</option>
43
+ <option value="black">Black</option>
44
+ <option value="white">White</option>
45
+ </select>
46
</fieldset>
47
48
<button type="submit">Submit Order</button>
0 commit comments