There was an error while loading. Please reload this page.
1 parent 2ea2eeb commit aa6a09aCopy full SHA for aa6a09a
1 file changed
Form-Controls/index.html
@@ -39,6 +39,20 @@ <h1>Product Pick</h1>
39
Black
40
</label>
41
</div>
42
+ <div>
43
+ <p>Choose a T‑shirt size:</p>
44
+
45
+ <select name="size" required>
46
+ <option value="">-- Select a size --</option>
47
+ <option value="XS">XS</option>
48
+ <option value="S">S</option>
49
+ <option value="M">M</option>
50
+ <option value="L">L</option>
51
+ <option value="XL">XL</option>
52
+ <option value="XXL">XXL</option>
53
+ </select>
54
+</div>
55
56
<!--
57
try writing out the requirements first as comments
58
this will also help you fill in your PR message later-->
0 commit comments