There was an error while loading. Please reload this page.
1 parent bed568c commit ff2456cCopy full SHA for ff2456c
1 file changed
Form-Controls/index.html
@@ -17,6 +17,18 @@ <h1>Product Pick</h1>
17
<input type="text" name="name" id="name">
18
<label for="email">Email:</label>
19
<input type="text" name="email" id="email">
20
+ <select>
21
+ <option value="Red">Red</option>
22
+ <option label="Blue">Blue</option>
23
+ <option label="White">White</option>
24
+ </select>
25
+ <selcet>
26
+ <option value="xs">XS</option>
27
+ <option value="s">S</option>
28
+ <option value="m">M</option>
29
+ <option value="l">L</option>
30
+ <option value="xl">XL</option>
31
+ </selcet>
32
<button type="submit">Submit</button>
33
<!-- write your html here-->
34
<!--
0 commit comments