There was an error while loading. Please reload this page.
1 parent a8221e6 commit f4006e4Copy full SHA for f4006e4
1 file changed
Form-Controls/index.html
@@ -21,11 +21,14 @@ <h1>Product Pick</h1>
21
<label for="email">Email:</label>
22
<input type="email" id="email" name="email" required><br><br>
23
24
+ <!--fieldset for tshirt color-->
25
+ <fieldset>
26
+ <legend>T-Shirt Color</legend>
27
+ <label><input type="radio" id="red" name="tshirt-color" value="red" required>Red</label><br>
28
+ <label><input type="radio" id="blue" name="tshirt-color" value="blue" required>Blue</label><br>
29
+ <label><input type="radio" id="green" name="tshirt-color" value="green" required>Green</label><br>
30
+ </fieldset><br>
31
-
- <!--
- try writing out the requirements first as comments
- this will also help you fill in your PR message later-->
32
</form>
33
</main>
34
<footer>
0 commit comments