There was an error while loading. Please reload this page.
1 parent 06f259f commit 26ee31cCopy full SHA for 26ee31c
1 file changed
Form-Controls/index.html
@@ -23,6 +23,7 @@ <h1>Pick product</h1>
23
<label for="email">Email</label>
24
<input type="email" id="email">
25
</div>
26
+ <br>
27
<!--What colour should this T-shirt be? I must provide 3 options. How will I ensure they do not choose other colours? -->
28
<label for="coloroption">Color option</label>
29
<select id="coloroption" name="Color">
@@ -46,7 +47,7 @@ <h1>Pick product</h1>
46
47
48
<br>
49
<div>
- <input id="submit" type="submit">
50
+ <input id="reset" type="reset">
51
52
</form>
53
</main>
0 commit comments