Skip to content

Commit dfe5ad2

Browse files
committed
fixed the default placeholder options in line 40.
1 parent deea624 commit dfe5ad2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

‎Form-Controls/index.html‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,11 @@
3333
<label for="green">Green</label>
3434
<input type="radio" id="green" name="color" value="green" required>
3535
</div></fieldset>
36-
</div>
3736
<br>
3837
<div>
3938
<label for="size">Size</label>
4039
<select name="size" id="size" required>
41-
<option disabled hidden selected required value="">Select One</option>
40+
<option value="" disabled selected>Select size</option>
4241
<option value="xs">XS</option>
4342
<option value="s">S</option>
4443
<option value="m">M</option>

0 commit comments

Comments
 (0)