There was an error while loading. Please reload this page.
1 parent 0dff25d commit 39bfc0dCopy full SHA for 39bfc0d
1 file changed
Form-Controls/index.html
@@ -29,7 +29,7 @@ <h1>Product Pick</h1>
29
</div>
30
31
<div>
32
- <label for="T-shirt colour">Select one T-shirt colour:</label>
+ <label for="T-shirt-colour">Select one T-shirt colour:</label>
33
<select name="T-shirt-colour" id="T-shirt-colour" required>
34
<option value="">Choose one colour</option>
35
<option>Black</option>
@@ -39,7 +39,7 @@ <h1>Product Pick</h1>
39
40
41
42
- <label for="T-shirt Size">Select one size:</label>
+ <label for="T-shirt-Size">Select one size:</label>
43
<select name="T-shirt-Size" id="T-shirt-Size" required>
44
<option value="">Choose one size</option>
45
<option>XS</option>
0 commit comments