Skip to content

Commit 42b1ccd

Browse files
T-shirt size
1 parent 14bab90 commit 42b1ccd

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Form-Controls/index.html

+12
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,18 @@ <h1>Product Pick</h1>
3434
</select>
3535
</section>
3636
<br>
37+
<section class="t-shirt-size-selection">
38+
<label for="t-shirt-size">T shirt Size</label>
39+
<select name="t-shirt-size" id="t-shirt-size">
40+
<option value="XS">XS</option>
41+
<option value="S">S</option>
42+
<option value="M">M</option>
43+
<option value="L">L</option>
44+
<option value="XL">XL</option>
45+
<option value="XXL">XXL</option>
46+
</select>
47+
</section>
48+
<br>
3749
<button type="submit">Submit</button>
3850
</form>
3951
</main>

0 commit comments

Comments
 (0)