Skip to content

Commit f518db6

Browse files
Added the submit button
1 parent 6ccbc57 commit f518db6

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

‎Form-Controls/index.html‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,10 @@ <h1>Product Pick</h1>
3232
<div>
3333
<label for="color">Color</label>
3434
<select name="color" id="color" required>
35+
<option value="">Please choose a color</option>
3536
<option value="navy">Navy</option>
3637
<option value="sage green">Sage Green</option>
37-
<option value="Charcoal">Charcoal</option>
38+
<option value="charcoal">Charcoal</option>
3839
</select>
3940
</div>
4041

@@ -49,6 +50,8 @@ <h1>Product Pick</h1>
4950
<option value="XXL">XXL</option>
5051
</select>
5152
</div>
53+
54+
<button type="submit">Submit</button>
5255
</form>
5356
</main>
5457
<footer>

0 commit comments

Comments
 (0)