Skip to content

Commit 39bfc0d

Browse files
committed
Made sure that the for on the labels is matching
1 parent 0dff25d commit 39bfc0d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Form-Controls/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ <h1>Product Pick</h1>
2929
</div>
3030

3131
<div>
32-
<label for="T-shirt colour">Select one T-shirt colour:</label>
32+
<label for="T-shirt-colour">Select one T-shirt colour:</label>
3333
<select name="T-shirt-colour" id="T-shirt-colour" required>
3434
<option value="">Choose one colour</option>
3535
<option>Black</option>
@@ -39,7 +39,7 @@ <h1>Product Pick</h1>
3939
</div>
4040

4141
<div>
42-
<label for="T-shirt Size">Select one size:</label>
42+
<label for="T-shirt-Size">Select one size:</label>
4343
<select name="T-shirt-Size" id="T-shirt-Size" required>
4444
<option value="">Choose one size</option>
4545
<option>XS</option>

0 commit comments

Comments
 (0)