Skip to content

Commit ff2456c

Browse files
committed
Added color checker and size optinos
1 parent bed568c commit ff2456c

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Form-Controls/index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,18 @@ <h1>Product Pick</h1>
1717
<input type="text" name="name" id="name">
1818
<label for="email">Email:</label>
1919
<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>
2032
<button type="submit">Submit</button>
2133
<!-- write your html here-->
2234
<!--

0 commit comments

Comments
 (0)