There was an error while loading. Please reload this page.
1 parent db804ea commit b3a5762Copy full SHA for b3a5762
1 file changed
Form-Controls/index.html
@@ -29,6 +29,21 @@ <h1>Product Pick</h1>
29
<label for="email">Email</label>
30
<input type="email" id="email" name="email" required>
31
</div>
32
+<fieldset>
33
+ <legend>Colour</legend>
34
+
35
+ <label>
36
+ <input type="radio" name="colour" value="black" required> Black
37
+ </label>
38
39
40
+ <input type="radio" name="colour" value="white"> White
41
42
43
44
+ <input type="radio" name="colour" value="red"> Red
45
46
+</fieldset>
47
<button type="submit">Submit</button>
48
</form>
49
</main>
0 commit comments