Skip to content

Commit aa6a09a

Browse files
Dropdown Section
Added a dropdown section for the size selection
1 parent 2ea2eeb commit aa6a09a

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

Form-Controls/index.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,20 @@ <h1>Product Pick</h1>
3939
Black
4040
</label>
4141
</div>
42+
<div>
43+
<p>Choose a T‑shirt size:</p>
44+
45+
<select name="size" required>
46+
<option value="">-- Select a size --</option>
47+
<option value="XS">XS</option>
48+
<option value="S">S</option>
49+
<option value="M">M</option>
50+
<option value="L">L</option>
51+
<option value="XL">XL</option>
52+
<option value="XXL">XXL</option>
53+
</select>
54+
</div>
55+
4256
<!--
4357
try writing out the requirements first as comments
4458
this will also help you fill in your PR message later-->

0 commit comments

Comments
 (0)