Skip to content

Commit f873d15

Browse files
added "aria-label" to select field
1 parent bb8c532 commit f873d15

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
@@ -114,8 +114,8 @@ <h1>Product Pick</h1>
114114
<legend>Shirt Size Options</legend>
115115

116116
<p>
117-
<select name="size" id="size">
118-
<option value="select-option">Please Select an Option</option>
117+
<select name="size" id="size" aria-label="Shirt Size Options">
118+
<option value="so">Please Select an Option</option>
119119
<option value="xs">Extra Small</option>
120120
<option value="s">Small</option>
121121
<option value="m">Medium</option>

0 commit comments

Comments
 (0)