Skip to content

Commit 61edb68

Browse files
Added an option for size selection
1 parent f518db6 commit 61edb68

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

‎Form-Controls/index.html‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ <h1>Product Pick</h1>
4242
<div>
4343
<label for="size">Choose a Size</label>
4444
<select name="size" id="size" required>
45+
<option value="">Select a size</option>
4546
<option value="XS">XS</option>
4647
<option value="S">S</option>
4748
<option value="M">M</option>

0 commit comments

Comments
 (0)