There was an error while loading. Please reload this page.
1 parent b762333 commit 2ea2eebCopy full SHA for 2ea2eeb
1 file changed
Form-Controls/index.html
@@ -21,6 +21,24 @@ <h1>Product Pick</h1>
21
<label>Customer Email: </label>
22
<input type="email">
23
</div>
24
+ <div>
25
+ <p>Choose a T‑shirt colour:</p>
26
+
27
+<label>
28
+ <input type="radio" name="colour" value="red" required>
29
+ Red
30
+</label>
31
32
33
+ <input type="radio" name="colour" value="blue">
34
+ Blue
35
36
37
38
+ <input type="radio" name="colour" value="black">
39
+ Black
40
41
+</div>
42
<!--
43
try writing out the requirements first as comments
44
this will also help you fill in your PR message later-->
0 commit comments