We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccd814f commit 4c8a735Copy full SHA for 4c8a735
Form-Controls/index.html
@@ -17,9 +17,14 @@ <h1>Product Pick</h1>
17
<br />
18
<label for="email"> Email: </label>
19
<input type="email" id="email" name="email" />
20
- <!--
21
- try writing out the requirements first as comments
22
- this will also help you fill in your PR message later-->
+ <!-- Dropdown for colour -->
+ <br />
+ <label for="colour"> Colour: </label>
23
+ <select id="colour" name="colour">
24
+ <option value="red">Red</option>
25
+ <option value="blue">Blue</option>
26
+ <option value="green">Green</option>
27
+ </select>
28
</form>
29
</main>
30
<footer>
0 commit comments